Skip to main content
Glama

Linear MCP Server

linear_add_attachment

Attach files or links to Linear issues by providing the issue ID, URL, and title to organize project resources.

Instructions

Add an attachment to an issue in Linear

Input Schema

NameRequiredDescriptionDefault
iconNoIcon URL for attachment
issueIdYesIssue ID to add attachment to
subtitleNoSubtitle for attachment
titleYesTitle of attachment
urlYesURL of attachment

Input Schema (JSON Schema)

{ "properties": { "icon": { "description": "Icon URL for attachment", "type": "string" }, "issueId": { "description": "Issue ID to add attachment to", "type": "string" }, "subtitle": { "description": "Subtitle for attachment", "type": "string" }, "title": { "description": "Title of attachment", "type": "string" }, "url": { "description": "URL of attachment", "type": "string" } }, "required": [ "issueId", "url", "title" ], "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