Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List teams in an Asana workspace
| Field | Value |
|---|---|
| Name | asana__list_teams |
| Group | Integrations |
{
"type": "object",
"properties": {
"workspaceGid": {
"type": "string",
"description": "Workspace GID"
},
"limit": {
"type": "number",
"description": "Maximum teams to return"
},
"offset": {
"type": "string",
"description": "Pagination offset from Asana"
},
"opt_fields": {
"type": "string",
"description": "Comma-separated team fields"
}
},
"required": [
"workspaceGid"
],
"description": "Input schema for the asana__list_teams tool."
}