Skip to main content
Glama

Linear MCP Server

by Iwark

read-resource

Retrieve Linear resources using a unique URI to access and manage issue data effectively. Integrates with the Linear MCP Server for structured and error-handled resource interactions.

Instructions

Read a Linear resource

Input Schema

NameRequiredDescriptionDefault
uriYesResource URI to read e.g. linear://issues/4cb972e7-9ba1-4c52-8465-cdf2679ccea7

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "uri": { "description": "Resource URI to read e.g. linear://issues/4cb972e7-9ba1-4c52-8465-cdf2679ccea7", "type": "string" } }, "required": [ "uri" ], "type": "object" }
Install Server

Other Tools from Linear MCP Server

Related Tools

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/Iwark/linear-mcp-server'

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