
Manage issues, projects, and track development progress with AI assistance
GAIA connects to Linear via MCP (Model Context Protocol) and exposes every action as a natural-language command. Tell GAIA what you want and it handles the rest, automatically.
Linear Create Comment Reaction
Tool to add a reaction to an existing Linear comment. Use when you want to programmatically react to a comment on an issue.
Linear Create Linear Attachment
Creates a new attachment and associates it with a specific, existing Linear issue.
Linear Create Linear Comment
Creates a new comment on a specified Linear issue.
Linear Create Linear Issue
Creates a new issue in a specified Linear project and team, requiring team_id and title, and allowing for optional properties like description, assignee, state, priority, cycle, and due date.
Linear Create Linear Issue Details
Fetches a Linear team's default issue estimate and state, useful for pre-filling new issue forms.
Linear Create Linear Label
Creates a new label in Linear for a specified team, used to categorize and organize issues. Label names must be unique within each team. If a label with the same name already exists, the existing label will be returned.
Linear Create Linear Project
Creates a new Linear project with specified name and team associations.
Linear Delete Linear Issue
Archives an existing Linear issue by its ID, which is Linear's standard way of deleting issues; the operation is idempotent.
Linear Get All Linear Teams
Retrieves all teams from the Linear workspace without requiring any parameters.
Linear Get Attachments
Downloads a specific attachment from a Linear issue; the `file_name` must include the correct file extension.
Linear Get Current User
Gets the currently authenticated user's ID, name, email, and other profile information. Use this to identify 'me' in other Linear operations that require user ID filtering.
Linear Get Cycles By Team Id
Retrieves all cycles for a specified Linear team ID; cycles are time-boxed work periods (like sprints) and the team ID must correspond to an existing team.
Linear Get Linear Issue
Retrieves an existing Linear issue's comprehensive details, including id, identifier, title, description, timestamps, state, team, creator, attachments, comments, and due date.
Linear Get Linear Project
Retrieves a single Linear project by its unique identifier. Use when verifying a newly created or updated project, or when fetching detailed project information by ID.
Linear List Issue Drafts
Tool to list issue drafts. Use when you need to fetch draft issues for review or further editing.
Linear List Issues By Team Id
Tool to list all issues for a specific Linear team, scoped by team ID. Use when you need to retrieve issues belonging to a particular team without fetching workspace-wide issues. This is more efficient than workspace-wide listing followed by client-side filtering.
Linear List Linear Cycles
Retrieves all cycles (time-boxed iterations for work) from the Linear account; no filters are applied.
Linear List Linear Issues
Lists non-archived Linear issues; if project_id is not specified, issues from all accessible projects are returned. Can also filter by assignee_id to get issues assigned to a specific user.
Linear List Linear Labels
Retrieves labels from Linear. If team_id is provided, returns labels for that specific team. If team_id is omitted, returns all labels across the workspace.
Linear List Linear Projects
Retrieves all projects from the Linear account.
Linear List Linear States
Retrieves all workflow states for a specified team in Linear, representing the stages an issue progresses through in that team's workflow.
Linear List Linear Teams
Retrieves all teams with their members. Optionally filters each team's associated projects by project_id.
Linear List Linear Users
Lists all users in the Linear workspace with their IDs, names, emails, and active status.
Linear Manage Draft
Tool to create, update, or delete issue drafts in Linear. Use when you need to save or modify draft notes before converting to an issue. Note: Linear's public GraphQL API does not expose explicit Issue Draft mutations. This action leverages standard Issue mutations to emulate draft management: - create -> issueCreate - update -> issueUpdate - delete -> issueDelete The response maps the created/updated Issue fields to the DraftModel for compatibility.
Linear Remove Issue Label
Removes a specified label from an existing Linear issue using their IDs; successful even if the label isn't on the issue.
Linear Remove Reaction
Tool to remove a reaction on a comment. Use when you have a reaction ID and need to delete it.
Linear Run Query Or Mutation
Execute any GraphQL query or mutation against Linear's API. USE WHEN: No dedicated action exists, need complex filtering, custom fields, or schema discovery. *** INTROSPECTION FIRST - NEVER GUESS FIELD NAMES *** Run introspection before unknown operations: - query { __type(name: "Issue") { fields { name } } } - query { __type(name: "Mutation") { fields { name } } } Linear uses nested objects (project { id }), NOT scalar IDs (projectId). KEY: All IDs are UUIDs. Filter: { field: { eq: value } }. Pagination: nodes[] + pageInfo.
Linear Update Issue
Updates an existing Linear issue using its `issue_id`; requires at least one other attribute for modification, and all provided entity IDs (for state, assignee, labels, etc.) must be valid.
Linear Update Linear Comment
Tool to update an existing Linear comment's body text. Use when you need to edit or modify the content of a previously created comment.
Linear Update Linear Project
Tool to update an existing Linear project. Use when you need to modify project properties like name, description, state, dates, or lead. All fields except project_id are optional - only provide the fields you want to update.
Set up your Linear automation in three simple steps, no code required.
Connect Linear to GAIA
Open the GAIA Marketplace, find Linear, and click "Add to your GAIA". Authorise via Linear OAuth — takes under two minutes.
Manage issues in plain English
Say "create a bug report for the login page timeout issue and assign it to high priority" or "what issues are blocking the current sprint?". GAIA handles your Linear workspace.
GAIA keeps your team in sync
Set up Linear triggers — GAIA can post to Slack when a high-priority issue is created, send a daily digest of cycle progress, or alert you when an issue is overdue.
Everything you need to know about the GAIA Linear integration.
Linear is just one piece of the puzzle. GAIA integrates with 50+ tools across developer, communication, productivity, and more, letting you build cross-tool automations in plain English without writing a single line of code.
Browse all integrationsEvaluating your options? Compare GAIA vs Linear→