asana_list_workspaces
Retrieve available Asana workspaces to select the right environment for task and project management. When DEFAULT_WORKSPACE_ID is configured, returns only that specific workspace.
Instructions
List all available workspaces in Asana. If DEFAULT_WORKSPACE_ID is set, only returns that workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opt_fields | No | Comma-separated list of optional fields to include |
Input Schema (JSON Schema)
{
"properties": {
"opt_fields": {
"description": "Comma-separated list of optional fields to include",
"type": "string"
}
},
"type": "object"
}