VoidTrack Docs
MCP tool reference

Relations

MCP tools for relations.

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 a relation between two issues: dependencies (blocks / blocked_by), related, or duplicate.

ParameterTypeRequiredDescription
issuestringyesIssue identifier, e.g. PRO-12
targetstringyesThe other issue's identifier
type"blocks" | "blocked_by" | "relates" | "duplicate"yesissue blocks/blocked_by/relates-to/duplicates target

Remove a relation between issues. Get relation ids from get_issue.

ParameterTypeRequiredDescription
issuestringyesIssue identifier
relationIdstringyesRelation id from get_issue

On this page