Skip to main content
Glama
by cristip73

asana_get_tasks_for_project

Retrieve all tasks from a specific Asana project with pagination support, filtering options for completed/incomplete tasks, and customizable result limits.

Instructions

Get all tasks from a specific project with pagination support

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project ID to get tasks for
completedNoFilter for completed or incomplete tasks
limitNoMaximum number of results to return (1-100)
offsetNoPagination token from previous response
auto_paginateNoAutomatically fetch all pages of results (up to max_pages)
max_pagesNoMaximum number of pages to fetch when auto_paginate is true
opt_fieldsNoComma-separated list of optional fields to include

Input Schema (JSON Schema)

{ "properties": { "auto_paginate": { "default": false, "description": "Automatically fetch all pages of results (up to max_pages)", "type": "boolean" }, "completed": { "description": "Filter for completed or incomplete tasks", "type": "boolean" }, "limit": { "description": "Maximum number of results to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "max_pages": { "default": 10, "description": "Maximum number of pages to fetch when auto_paginate is true", "type": "number" }, "offset": { "description": "Pagination token from previous response", "type": "string" }, "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "project_id": { "description": "The project ID to get tasks for", "type": "string" } }, "required": [ "project_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristip73/mcp-server-asana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server