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.
List comment stories for an Asana task
asana__list_task_comments
{ "type": "object", "properties": { "taskGid": { "type": "string", "description": "Asana task GID" }, "limit": { "type": "number", "description": "Maximum stories to return" }, "offset": { "type": "string", "description": "Pagination offset from Asana" }, "opt_fields": { "type": "string", "description": "Comma-separated story fields" } }, "required": [ "taskGid" ], "description": "Input schema for the asana__list_task_comments tool." }