Skip to main content
Glama
by cristip73

asana_create_subtask

Create a new subtask for an existing Asana task to break down complex work into manageable steps, track progress, and organize project details effectively.

Instructions

Create a new subtask for an existing task

Input Schema

NameRequiredDescriptionDefault
parent_task_idYesThe parent task ID to create the subtask under
nameYesName of the subtask
notesNoDescription of the subtask
due_onNoDue date in YYYY-MM-DD format
assigneeNoAssignee (can be 'me' or a user ID)
opt_fieldsNoComma-separated list of optional fields to include

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "Assignee (can be 'me' or a user ID)", "type": "string" }, "due_on": { "description": "Due date in YYYY-MM-DD format", "type": "string" }, "name": { "description": "Name of the subtask", "type": "string" }, "notes": { "description": "Description of the subtask", "type": "string" }, "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "parent_task_id": { "description": "The parent task ID to create the subtask under", "type": "string" } }, "required": [ "parent_task_id", "name" ], "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