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 with a title, description, and optional properties like assignee, state, priority, 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 for a specified team to categorize and organize issues. |
LINEAR_DELETE_LINEAR_ISSUE | Archives an existing Linear issue by its ID, which is Linear’s standard way of deleting issues. |
LINEAR_GET_ALL_LINEAR_TEAMS | Retrieves all teams from the Linear workspace. |
LINEAR_GET_ATTACHMENTS | Downloads a specific attachment from a Linear issue by its ID and file name. |
LINEAR_GET_CURRENT_USER | Gets the currently authenticated user’s ID, name, email, and other profile information. |
LINEAR_GET_CYCLES_BY_TEAM_ID | Retrieves all cycles (sprints) for a specified Linear team. |
LINEAR_GET_LINEAR_ISSUE | Retrieves comprehensive details for an existing Linear issue, including title, description, attachments, and comments. |
LINEAR_LIST_LINEAR_CYCLES | Retrieves all cycles from the Linear account without any filters applied. |
LINEAR_LIST_LINEAR_ISSUES | Lists non-archived Linear issues, optionally filtered by project or assignee. |
LINEAR_LIST_LINEAR_LABELS | Retrieves all labels associated with a given team in Linear. |
LINEAR_LIST_LINEAR_PROJECTS | Retrieves all projects from the Linear account. |
LINEAR_LIST_LINEAR_STATES | Retrieves all workflow states for a specified team, representing the stages an issue progresses through. |
LINEAR_LIST_LINEAR_TEAMS | Retrieves all teams and filters each team’s associated projects by a provided project ID. |
LINEAR_LIST_LINEAR_USERS | Lists all users in the Linear workspace with their IDs, names, emails, and active status. |
LINEAR_REMOVE_ISSUE_LABEL | Removes a specified label from an existing Linear issue using their IDs. |
LINEAR_RUN_QUERY_OR_MUTATION | Executes any GraphQL query or mutation against the Linear API as a fallback for operations not covered by other actions. |
LINEAR_UPDATE_ISSUE | Updates an existing Linear issue’s properties such as title, state, assignee, priority, labels, or due date. |