Skip to main content
Glama
by cristip73

asana_update_task

Modify existing task details including name, description, due date, assignee, completion status, and custom fields in Asana projects.

Instructions

Update an existing task's details

Input Schema

NameRequiredDescriptionDefault
task_idYesThe task ID to update
nameNoNew name for the task
notesNoNew description for the task
due_onNoNew due date in YYYY-MM-DD format
assigneeNoNew assignee (can be 'me' or a user ID)
completedNoMark task as completed or not
resource_subtypeNoThe type of the task. Can be one of 'default_task' or 'milestone'
custom_fieldsNoObject mapping custom field GID strings to their values. For enum fields use the enum option GID as the value.

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "New assignee (can be 'me' or a user ID)", "type": "string" }, "completed": { "description": "Mark task as completed or not", "type": "boolean" }, "custom_fields": { "description": "Object mapping custom field GID strings to their values. For enum fields use the enum option GID as the value.", "type": "object" }, "due_on": { "description": "New due date in YYYY-MM-DD format", "type": "string" }, "name": { "description": "New name for the task", "type": "string" }, "notes": { "description": "New description for the task", "type": "string" }, "resource_subtype": { "description": "The type of the task. Can be one of 'default_task' or 'milestone'", "type": "string" }, "task_id": { "description": "The task ID to update", "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