teamstorm_add_comment
Add a completion comment to a TeamStorm task summarizing only user-visible changes and API contracts, keeping task history clean without internal details.
Instructions
Add a concise completion comment to an existing TeamStorm task. Include only completed user-visible changes and, when an API endpoint was added or changed, its short public contract. Never include check results, errors, exceptions, stack traces, blockers, local infrastructure details, database tables or columns, credentials, or other internal details. Do not call this tool when implementation is incomplete or the user asked not to write to TeamStorm. Repeating the call creates another comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| task_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | Yes | ||
| author | No | ||
| createdAt | Yes | ||
| updatedAt | No |