asana_create_subtask
Create and assign subtasks within Asana by specifying a parent task ID, name, assignee, due date, and description. Ideal for breaking down complex tasks into manageable components directly from the MCP server.
Instructions
Create a new subtask for an existing task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignee | No | Assignee (can be 'me' or a user ID) | |
due_on | No | Due date in YYYY-MM-DD format | |
name | Yes | Name of the subtask | |
notes | No | Description of the subtask | |
opt_fields | No | Comma-separated list of optional fields to include | |
parent_task_id | Yes | The parent task ID to create the subtask under |