Linear MCP Server

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" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: zh2tj9gvsa