Skip to main content
Glama

Server Details

Search, read and create Linear issues, projects, teams and cycles.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
m190/usefulapi-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

8 tools
linear_add_commentAdd comment (WRITE — mutates Linear)Inspect

⚠️ WRITE / MUTATING: posts a comment on an issue. Requires the issueId (UUID) and a markdown body. GraphQL: mutation commentCreate.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYesComment text in markdown.
issueIdYesUUID of the issue to comment on (the `id` field, not the ENG-123 identifier).
linear_create_issueCreate issue (WRITE — mutates Linear)Inspect

⚠️ WRITE / MUTATING: creates a new issue in Linear. Requires a teamId (from linear_list_teams) and a title. Optional description (markdown), priority (0=none,1=urgent,2=high,3=medium,4=low), and assigneeId. GraphQL: mutation issueCreate.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesIssue title.
teamIdYesUUID of the team to create the issue in (from linear_list_teams).
priorityNo0 none, 1 urgent, 2 high, 3 medium, 4 low.
assigneeIdNoUUID of the user to assign the issue to.
descriptionNoIssue body in markdown.
linear_get_issueGet one issueInspect

Fetch a single issue by its UUID or human identifier (e.g. "ENG-123"), including description, state, assignee and recent comments. Read-only. GraphQL: query issue(id).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesIssue UUID or identifier like "ENG-123".
linear_list_cyclesList cyclesInspect

List cycles (sprints), optionally scoped to a team by key, with number, name and start/end dates. Read-only. GraphQL: query cycles(filter).

ParametersJSON Schema
NameRequiredDescriptionDefault
firstNoMax cycles to return. Default 25.
teamKeyNoTeam key, e.g. "ENG", to scope cycles to one team.
linear_list_projectsList projectsInspect

List projects in the workspace (id, name, state, progress, target date). Read-only. GraphQL: query projects.

ParametersJSON Schema
NameRequiredDescriptionDefault
firstNoMax projects to return. Default 50.
linear_list_teamsList teamsInspect

List the teams in the workspace (id, key, name). Use a team's id for linear_create_issue or its key for linear_search_issues. Read-only. GraphQL: query teams.

ParametersJSON Schema
NameRequiredDescriptionDefault
firstNoMax teams to return. Default 50.
linear_my_issuesMy assigned issuesInspect

List issues assigned to the current user (the API key's owner / OAuth actor) via viewer.assignedIssues. Read-only. GraphQL: query viewer { assignedIssues }.

ParametersJSON Schema
NameRequiredDescriptionDefault
firstNoMax issues to return. Default 25.
linear_search_issuesSearch / filter issuesInspect

Find issues, optionally filtered by a text query (matches title), team key, workflow-state name, or assignee email. Read-only. GraphQL: query issues(filter, first).

ParametersJSON Schema
NameRequiredDescriptionDefault
firstNoMax issues to return. Default 25.
queryNoFree text to match against issue titles (containsIgnoreCase).
stateNoWorkflow-state name, e.g. "In Progress", "Todo", "Done".
teamKeyNoTeam key, e.g. "ENG". Filters to that team.
assigneeEmailNoFilter to issues assigned to this user email.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.