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.
Add a story/comment to an Asana task
asana__add_task_comment
{ "type": "object", "properties": { "taskGid": { "type": "string", "description": "Asana task GID" }, "data": { "type": "object", "description": "Story payload, e.g. { text: 'Comment text' }" } }, "required": [ "taskGid", "data" ], "description": "Input schema for the asana__add_task_comment tool." }