Skip to main content
Server path: /linear | Type: Application | PCID required: Yes

Tools


linear_create_attachment

Create an attachment (link) for an existing issue. The URL acts as an idempotent identifier - creating the same URL on the same issue will update the existing attachment. Parameters:

linear_create_comment

Add a comment to an issue Parameters:

linear_create_issue

Create a new issue in Linear Parameters:

linear_create_label

Create a new label for organizing issues Parameters:

linear_create_trigger

Create a Linear webhook that will send events Parameters:

linear_delete_issue

Delete an existing issue Parameters:

linear_delete_trigger

Delete a Linear webhook Parameters:

linear_download_file

Download a file from Linear’s authenticated storage (uploads.linear.app). Use this to download images embedded in issue descriptions. The image URLs are found in markdown format like name in issue description fields. By default returns a downloadUrl for streaming. Set stream=false for small files (<2MB) to get immediate base64 content. Parameters:

linear_get_attachment_by_id

Retrieve an attachment by its ID, including the associated issue information Parameters:

linear_get_attachments_by_url

Retrieve all attachments with a specific URL. Useful for finding attachments and their associated issues by URL. Parameters:

linear_get_current_user

Get information about the authenticated user

linear_get_issue_by_id

Retrieve a specific issue by its ID Parameters:

linear_get_issues

Retrieve a list of issues with optional filtering Parameters:

linear_get_labels

Retrieve labels for filtering and organization

linear_get_projects

Retrieve a list of projects

linear_get_team_issues

Retrieve issues for a specific team Parameters:

linear_get_teams

Retrieve a list of teams

linear_get_users

Retrieve team members for assignment

linear_get_workflow_states

Retrieve workflow states for teams

linear_list_trigger_capabilities

List available trigger types that can be created for Linear webhooks

linear_update_issue

Update an existing issue Parameters:

linear_update_trigger

Update an existing Linear webhook (can update label and event types) Parameters: