Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Get Current User

Retrieves the profile of the currently authenticated user, including their organization info.

List Documents

Lists documents in the workspace with pagination support.

Update Cycle

Updates an existing cycle in Linear. Supports changing name, description, and dates.

List Projects

Lists all projects in the workspace with pagination support.

Create Cycle

Creates a new cycle (sprint) for a team in Linear. Cycles are time-boxed iterations that contain a set of issues.

List Labels

Lists issue labels, optionally filtered by team. Returns both workspace-level and team-scoped labels.

Create Label

Creates a new issue label. Labels can be scoped to a team or shared across the workspace.

Create Issue

Creates a new issue in a Linear team. Supports setting title, description (Markdown), priority, assignee, labels, estimates, due dates, workflow state, parent issue, project, and cycle associations.

Delete Issue

Permanently deletes an issue from Linear. This action cannot be undone. Use "Update Issue" to archive instead if you want to preserve the issue.

Create Comment

Creates a new comment on a Linear issue. Supports Markdown formatting and @mentions using resource URLs.

Search Issues

Searches Linear issues using text/vector similarity search. Returns matching issues ranked by relevance.

Create Project

Creates a new project in Linear. Projects group related issues across teams and support tracking progress with milestones and target dates.

Update Project

Updates an existing Linear project. Supports changing name, description, lead, dates, and state.

Update Issue

Updates an existing Linear issue. Supports changing title, description, priority, assignee, workflow state, labels, estimates, due dates, project, cycle, and parent issue. You can also archive or unarchive issues.

List Cycles

Lists cycles (sprints) in Linear, optionally filtered by team.

Update Comment

Updates an existing comment on a Linear issue.

Get Project

Retrieves a single project by ID with full details including associated issues.

Update Document

Updates an existing document's title, content, or project association.

Create Document

Creates a new document in Linear. Documents support rich Markdown content and can be associated with projects.

Delete Comment

Permanently deletes a comment from a Linear issue.

Update Label

Updates an existing issue label's name, color, or description.

List Issues

Lists issues from Linear with optional filtering by team, assignee, project, cycle, or workflow state. Returns paginated results.

Get Issue

Retrieves a single Linear issue by ID with full details including sub-issues and comments.

List Users

Lists all users in the workspace. Useful for finding user IDs for assigning issues.

Get Team

Retrieves detailed information about a team including its workflow states, labels, and members.

List Teams

Lists all teams in the workspace. Use this to discover team IDs needed for creating issues, cycles, and filtering.

List Workflow States

Lists workflow states (issue statuses) across teams. Workflow states define the lifecycle of issues (e.g., Triage, Backlog, Todo, In Progress, Done, Canceled). Use this to find state IDs for creating or updating issues.