Skip to main content
Glama

linear_link_issues

Create relationships between Linear issues to track dependencies, duplicates, and related work items.

Instructions

Create a relationship between issues in Linear

Input Schema

NameRequiredDescriptionDefault
issueIdYesSource issue ID
relatedIssueIdYesTarget issue ID
typeYesRelationship type (e.g., "blocks", "related", "duplicate")

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "Source issue ID", "type": "string" }, "relatedIssueId": { "description": "Target issue ID", "type": "string" }, "type": { "description": "Relationship type (e.g., \"blocks\", \"related\", \"duplicate\")", "type": "string" } }, "required": [ "issueId", "relatedIssueId", "type" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/magarcia/mcp-server-linearapp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server