createAsanaComment
Create a new comment on an Asana task by providing the task ID and the text to post.
Instructions
Creates a new comment (story) on the specified Asana task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text content of the comment | |
| taskId | Yes | The unique identifier of the task to add the comment to |