linear-subagent-guide
Installation
SKILL.md
Linear Subagent Guide
⛔ EXACT LINEAR MCP PARAMETERS (VERIFIED)
These are the EXACT parameter names from get_server_tools. Copy exactly.
Most Common Operations
// GET ISSUE - uses "id"
mcp__agent-mcp-gateway__execute_tool({
server: "linear",
tool: "get_issue",
args: { id: "WORK-26" } // ✅ CORRECT - "id" not "issueId"
})