Find gid by name
asana_findLook up the gid of any Asana object by searching its visible name, enabling other tools to reference it correctly.
Instructions
Typeahead search that turns a name you can see in the Asana UI into the gid every other tool needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | What kind of object to search for. | |
| count | No | Max results (default 20). | |
| query | Yes | Name or part of a name, as shown in Asana. | |
| workspace_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. |