asana_list_projects
ActiveTool of Asana
declared in 0.1.0
List all projects in a workspace. Returns project ID, name, and archived status. Requires workspace ID.
Parameters schema
{
"type": "object",
"examples": [
{},
{
"limit": 100,
"workspace": "1234567890123456"
}
],
"properties": {
"limit": {
"type": "number",
"description": "Number of projects to return (default 20, max 100)"
},
"workspace": {
"type": "string",
"description": "Workspace GID (auto-resolved if omitted)"
}
}
}Parent server
Asana
https://github.com/pipeworx-io/mcp-asana
1/7 registries