Skip to content

Comment Tools

Add comments to issues via MCP.

add-comment

Add a comment to an issue.

Parameters

ParameterTypeRequiredDescription
issue_idintegerYesThe issue to comment on
contentstringYesComment text (max 10,000 characters)

Behavior

  • The authenticated user is automatically recorded as the comment author
  • Returns the created comment with ID, content, author, and timestamp

Example Prompt

Add a comment to the email validation bug: "Root cause identified — the email regex doesn't allow plus signs"

See Also

  • Resources — Read comments via kendo://issues/{id} (includes full comment history)
  • Comments API — REST endpoints for comment management