Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
asana__list_projects
{ "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." }