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.
link_issues
Create a relation between two issues: dependencies (blocks / blocked_by), related, or duplicate.
| Parameter | Type | Required | Description |
|---|---|---|---|
issue | string | yes | Issue identifier, e.g. PRO-12 |
target | string | yes | The other issue's identifier |
type | "blocks" | "blocked_by" | "relates" | "duplicate" | yes | issue blocks/blocked_by/relates-to/duplicates target |
unlink_issues
Remove a relation between issues. Get relation ids from get_issue.
| Parameter | Type | Required | Description |
|---|---|---|---|
issue | string | yes | Issue identifier |
relationId | string | yes | Relation id from get_issue |