Linear is a streamlined issue tracking and project planning tool for modern teams, featuring fast workflows, keyboard shortcuts, and GitHub integrations
You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.
Get all teams
Retrieves all teams from the linear workspace without requiring any parameters.
LINEAR_GET_ALL_LINEAR_TEAMSDownload issue attachments
Downloads a specific attachment from a linear issue; the `file name` must include the correct file extension.
LINEAR_GET_ATTACHMENTSGet 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_CURRENT_USERGet 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_CYCLES_BY_TEAM_IDGet Linear issue
Retrieves an existing linear issue's comprehensive details, including title, description, attachments, and comments.
LINEAR_GET_LINEAR_ISSUEGet all cycles
Retrieves all cycles (time-boxed iterations for work) from the linear account; no filters are applied.
LINEAR_LIST_LINEAR_CYCLESList 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_ISSUESGet labels by team
Retrieves all labels associated with a given team id in linear; the team id must refer to an existing team.
LINEAR_LIST_LINEAR_LABELSList linear projects
Retrieves all projects from the linear account.
LINEAR_LIST_LINEAR_PROJECTSList 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_STATESGet teams by project
Retrieves all teams, including their members, and filters each team's associated projects by the provided 'project id'.
LINEAR_LIST_LINEAR_TEAMSList Linear users
Lists all users in the linear workspace with their ids, names, emails, and active status.
LINEAR_LIST_LINEAR_USERSRun Query or Mutation
Wildcard action that executes any graphql query or mutation against the linear api. use this as a fallback when no specific action exists for your use case, or when you need to perform complex operat…
LINEAR_RUN_QUERY_OR_MUTATIONCreate linear attachment
Creates a new attachment and associates it with a specific, existing linear issue.
LINEAR_CREATE_LINEAR_ATTACHMENTCreate linear issue
Creates a new issue in a specified linear project and team, requiring a title and description, and allowing for optional properties like assignee, state, priority, cycle, and due date.
LINEAR_CREATE_LINEAR_ISSUEGet create issue default params
Fetches a linear team's default issue estimate and state, useful for pre-filling new issue forms.
LINEAR_CREATE_LINEAR_ISSUE_DETAILSCreate a label
Creates a new label in linear for a specified team, used to categorize and organize issues.
LINEAR_CREATE_LINEAR_LABELDelete issue
Archives an existing linear issue by its id, which is linear's standard way of deleting issues; the operation is idempotent.
LINEAR_DELETE_LINEAR_ISSUERemove label from Linear issue
Removes a specified label from an existing linear issue using their ids; successful even if the label isn't on the issue.
LINEAR_REMOVE_ISSUE_LABELUpdate 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_ISSUECreate a comment
Creates a new comment on a specified linear issue.
LINEAR_CREATE_LINEAR_COMMENT21 distinct actions, listed in full on this page — 13 to read, 7 to create & update, 1 to send & publish. An agent gets the ones that match what you described it doing, not all of them at once.
Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.
Yes — Linear exposes 12 triggers, so an agent can start work when something changes rather than waiting to be asked.
The Linear integration guide · All 58 connectable apps · The agent builder