action tfl_search_meta_search_providers { label: "Gets the available searchProvider names." provider: tfl method: GET path: "/Search/Meta/SearchProviders" encoding: json output: { type: "array" items: { type: "string" } } }