action tfl_search_meta_categories { label: "Gets the available search categories." provider: tfl method: GET path: "/Search/Meta/Categories" encoding: json output: { type: "array" items: { type: "string" } } }