Skip to main content
Glama
by cristip73

asana_set_parent_for_task

Set a task's parent in Asana and position it among other subtasks using insert_after or insert_before parameters to organize your project hierarchy.

Instructions

Set the parent of a task and position the subtask within the other subtasks of that parent

Input Schema

NameRequiredDescriptionDefault
dataYes
task_idYesThe task ID to operate on
optsNo

Input Schema (JSON Schema)

{ "properties": { "data": { "insert_after": { "description": "A subtask of the parent to insert the task after, or null to insert at the beginning of the list. Cannot be used with insert_before. The task must already be set as a subtask of that parent.", "type": "string" }, "insert_before": { "description": "A subtask of the parent to insert the task before, or null to insert at the end of the list. Cannot be used with insert_after. The task must already be set as a subtask of that parent.", "type": "string" }, "parent": { "description": "The GID of the new parent of the task, or null for no parent", "required": true, "type": "string" } }, "opts": { "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" } }, "task_id": { "description": "The task ID to operate on", "type": "string" } }, "required": [ "task_id", "data" ], "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