action instagram_get_tags_tag_name { label: "Get information about a tag object." description: "Get information about a tag object." provider: instagram method: GET path: "/tags/{tag-name}" encoding: json input: { type: "object" properties: { "tag-name": { type: "string" } } required: ["tag-name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }