List Workspaces
asana_list_workspacesList all Asana workspaces accessible to your token to get the workspace GID needed by other tools. Each entry shows the workspace name and ID.
Instructions
List all Asana workspaces accessible to the current token. Call this first to get the workspace GID required by most other tools. Most accounts have exactly one workspace. Returns an array with gid, resource_type, and name by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated extra fields to include. Useful values: `is_organization,email_domains`. Default fields: gid, name, resource_type. |