mcp-server-asana

asana_get_project_task_counts

Get the number of tasks in a project

Input Schema

NameRequiredDescriptionDefault
opt_fieldsNoComma-separated list of optional fields to include
project_idYesThe project ID to get task counts for

Input Schema (JSON Schema)

{ "properties": { "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "project_id": { "description": "The project ID to get task counts for", "type": "string" } }, "required": [ "project_id" ], "type": "object" }