get_comments
Retrieve comments for a specific task or project by providing its ID. Use task_id for task comments or project_id for project comments.
Instructions
Get comments for a task or project. Must provide either task_id or project_id.
Args: task_id: ID of the task to get comments for. project_id: ID of the project to get comments for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |