Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | asana__add_task_comment |
| Group | Integrations |
{
"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."
}