action instagram_get_tags_search { label: "Search for tags by name." description: "Search for tags by name." provider: instagram method: GET path: "/tags/search" encoding: json input: { type: "object" properties: { q: { type: "string" } } required: ["q"] additionalProperties: false } output: { type: "object" additionalProperties: true } }