Get Tag
asana_get_tagRetrieve complete details for a specific Asana tag by its GID, including name, color, notes, followers, and workspace. Get the information you need to manage tags effectively.
Instructions
Get full details for a single tag by GID. Returns the tag's name, color, notes, followers, and workspace. Use asana_get_tags_for_workspace to find a tag GID by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_gid | Yes | The GID of the tag (numeric string, e.g. `'1234567890123'`). Get tag GIDs from asana_get_tags_for_workspace or asana_get_tags_for_task. | |
| opt_fields | No | Comma-separated extra fields to include. Useful values: `gid,name,color,notes,created_at,workspace.name,followers.name`. Default fields: gid, resource_type. |