Skip to main content
Glama
timescale

Tiger Linear MCP Server

by timescale

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINEAR_API_KEYYesYour Linear API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_issueA

Fetches the details of a specific issue by its key.

get_issuesA

Fetches issues filtered by user ID and/or project ID.

get_usersB

Fetches all users within the Linear organization.

get_projectsB

Fetches all projects within the Linear organization.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct resource and granularity: single issue, list of issues, all users, and all projects. There is no overlap or ambiguity between singular and plural forms.

Naming Consistency5/5

All tools follow the consistent 'get_<resource>' pattern, making the API intuitive and predictable. No mixed conventions or vague verbs.

Tool Count5/5

Four tools is well within the ideal 3-15 range and each tool earns its place by covering the core read operations for issues, users, and projects. The count feels appropriate for a focused read-only server.

Completeness2/5

The tool surface is read-only only, with no create, update, or delete operations for issues or other resources. For a Linear server, there are also missing common resources like teams and cycles, leaving significant gaps for any agent needing to manage workflows.

Maintenance

ActivityStale
ResponsivenessNo issues