action freesound_search_text { label: "Search sounds" description: "This resource allows searching sounds in Freesound by matching their tags and other kinds of metadata." provider: freesound method: GET path: "/search/text" encoding: json input: { type: "object" properties: { filter: { type: "string" } group_by_pack: { type: "string" } page: { type: "string" } page_size: { type: "string" } query: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }