Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
linear_getViewerB

Get information about the currently authenticated user

linear_getOrganizationB

Get information about the current Linear organization

linear_getUsersB

Get a list of users in the Linear organization

linear_getLabelsB

Get a list of issue labels from Linear

linear_getTeamsB

Get a list of teams from Linear

linear_getWorkflowStatesC

Get workflow states for a team

linear_getProjectsB

Get a list of projects from Linear

linear_createProjectC

Create a new project in Linear

linear_updateProjectC

Update an existing project in Linear

linear_addIssueToProjectC

Add an existing issue to a project

linear_getProjectIssuesB

Get all issues associated with a project

linear_getCyclesC

Get a list of all cycles

linear_getActiveCycleC

Get the currently active cycle for a team

linear_addIssueToCycleC

Add an issue to a cycle

linear_getInitiativesC

Get a list of all initiatives from Linear

linear_getInitiativeByIdC

Get details of a specific initiative by ID

linear_createInitiativeC

Create a new initiative

linear_updateInitiativeC

Update an existing initiative

linear_archiveInitiativeC

Archive an initiative

linear_unarchiveInitiativeC

Unarchive an initiative

linear_deleteInitiativeB

Delete an initiative (move to trash)

linear_getInitiativeProjectsC

Get all projects associated with an initiative

linear_addProjectToInitiativeC

Add a project to an initiative

linear_removeProjectFromInitiativeC

Remove a project from an initiative

linear_getIssuesC

Get a list of recent issues from Linear

linear_getIssueByIdC

Get a specific issue by ID or identifier (e.g., ABC-123)

linear_searchIssuesC

Search for issues with various filters

linear_createIssueC

Create a new issue in Linear

linear_updateIssueC

Update an existing issue in Linear

linear_createCommentB

Add a comment to an issue in Linear (supports threaded replies)

linear_addIssueLabelC

Add a label to an issue in Linear

linear_removeIssueLabelC

Remove a label from an issue in Linear

linear_assignIssueC

Assign an issue to a user

linear_subscribeToIssueC

Subscribe to issue updates

linear_convertIssueToSubtaskC

Convert an issue to a subtask

linear_createIssueRelationC

Create relations between issues (blocks, is blocked by, etc.)

linear_archiveIssueC

Archive an issue

linear_setIssuePriorityC

Set the priority of an issue

linear_transferIssueC

Transfer an issue to another team

linear_duplicateIssueC

Duplicate an issue

linear_getIssueHistoryC

Get the history of changes made to an issue

linear_getCommentsC

Get all comments for an issue

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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

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