asana_list_tasks
ActiveTool of Asana
declared in 0.1.0
List tasks in a project. Returns task ID, name, completion status, assignee, and due date. Requires project ID.
Parameters schema
{
"type": "object",
"examples": [
{
"project": "1234567890123456"
},
{
"limit": 50,
"project": "1234567890123456",
"completed_since": "now"
}
],
"required": [
"project"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of tasks to return (default 20, max 100)"
},
"project": {
"type": "string",
"description": "Project GID"
},
"completed_since": {
"type": "string",
"description": "Only return tasks completed since this date (ISO 8601). Use \"now\" for incomplete tasks only."
}
}
}Parent server
Asana
https://github.com/pipeworx-io/mcp-asana
1/7 registries