motion_comments
List and create comments on tasks. Use 'list' to retrieve comments with pagination, or 'create' to add a new comment.
Instructions
Manage comments on tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Operation to perform | |
| taskId | Yes | Task ID to comment on or fetch comments from (required) | |
| content | No | Comment content (required for create operation) | |
| cursor | No | Pagination cursor for list operation (optional) |