Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update an existing task
asana__update_task
{ "type": "object", "properties": { "taskGid": { "type": "string", "description": "Asana task GID" }, "data": { "type": "object", "description": "Asana task fields to update" } }, "required": [ "taskGid", "data" ], "description": "Input schema for the asana__update_task tool." }