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 all projects in the workspace
| Field | Value |
|---|---|
| Name | asana__list_projects |
| Group | Integrations |
{
"type": "object",
"properties": {
"workspace": {
"type": "string",
"description": "Workspace GID to list projects from"
},
"team": {
"type": "string",
"description": "Team GID to list projects from"
},
"archived": {
"type": "boolean",
"description": "Whether to include archived projects"
},
"limit": {
"type": "number",
"description": "Maximum projects to return"
},
"offset": {
"type": "string",
"description": "Pagination offset from Asana"
}
},
"description": "Input schema for the asana__list_projects tool."
}