VoidTrack Docs
MCP tool reference

Comments

MCP tools for comments.

Generated from the live tool catalog in packages/mcp/src/server.ts. Run pnpm mcp-docs in apps/docs to regenerate after changing a tool.

create_comment

Add a comment to an issue.

ParameterTypeRequiredDescription
identifierstringyesIssue identifier like VOID-12
bodystringyesComment body (markdown)

update_comment

Edit a comment you authored on an issue.

ParameterTypeRequiredDescription
identifierstringyesIssue identifier like VOID-12
commentIdstringyesComment id from get_issue/list output
bodystringyesNew comment body (markdown)

delete_comment

Delete a comment on an issue (author or workspace admin only).

ParameterTypeRequiredDescription
identifierstringyesIssue identifier like VOID-12
commentIdstringyesComment id from get_issue/list output

On this page