Skip to main content
Glama

Linear MCP Server

linear_get_user_issues

Retrieve issues assigned to a specific user or the authenticated user on Linear. Includes options to fetch archived issues and set a result limit.

Instructions

Get issues assigned to a user.

Args: user_id: User ID (omit for authenticated user) include_archived: Include archived issues limit: Max results (default: 50)

Input Schema

NameRequiredDescriptionDefault
include_archivedNo
limitNo
user_idNo

Input Schema (JSON Schema)

{ "properties": { "include_archived": { "default": false, "title": "Include Archived", "type": "boolean" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "user_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "User Id" } }, "title": "linear_get_user_issuesArguments", "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/vinayak-mehta/linear-mcp'

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