Skip to main content
Glama
by cristip73

asana_get_subtasks_for_task

Retrieve subtasks for any Asana task to track progress and manage dependencies. View subtask details including names, assignees, due dates, and completion status.

Instructions

Get the list of subtasks for a specific task

Input Schema

NameRequiredDescriptionDefault
task_idYesID of the task to get subtasks for
opt_fieldsNoOptional fields for subtasks (e.g. 'name,notes,assignee,due_on,completed')
limitNoMaximum number of results per page (1-100)
offsetNoPagination token from previous response
auto_paginateNoIf true, automatically gets all pages and combines results

Input Schema (JSON Schema)

{ "properties": { "auto_paginate": { "default": false, "description": "If true, automatically gets all pages and combines results", "type": "boolean" }, "limit": { "description": "Maximum number of results per page (1-100)", "type": "number" }, "offset": { "description": "Pagination token from previous response", "type": "string" }, "opt_fields": { "description": "Optional fields for subtasks (e.g. 'name,notes,assignee,due_on,completed')", "type": "string" }, "task_id": { "description": "ID of the task to get subtasks for", "type": "string" } }, "required": [ "task_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