action asana_get_tag { label: "Get a tag" description: "Returns the complete tag record for a single tag." provider: asana method: GET path: "/tags/{tag_gid}" encoding: json output: { type: "object" properties: { data: { type: "object" } } } }