action tfl_search_meta_sorts { label: "Gets the available sorting options." provider: tfl method: GET path: "/Search/Meta/Sorts" encoding: json output: { type: "array" items: { type: "string" } } }