Skip to content

Linear

The Linear connector indexes issues into the local SQLite index and exposes read tools for issues, projects, cycles, members, and roadmap initiatives, plus three HITL-gated write tools for creating issues, updating issues, and adding comments.


  • Service id: linear
  • Item types: issue
Terminal window
nimbus connector auth linear

Stored in the Vault as linear.api_key and injected at spawn as LINEAR_API_KEY. Generate a personal API key at linear.app/settings/api.

| Tool | Purpose | |---|---| | linear_cycle_list | List Linear cycles for a team. | | linear_issue_get | Get a single Linear issue by UUID id. | | linear_issue_list | List Linear issues with optional filters (team id, state name, assignee id). | | linear_member_list | List users in the workspace. | | linear_project_get | Get a Linear project by id. | | linear_project_list | List Linear projects. | | linear_roadmap_list | List Linear initiatives (roadmap). |

Every tool below requires interactive consent through the Gateway HITL gate before it executes.

| Tool | Purpose | |---|---| | linear_comment_create | Add a comment to a Linear issue. | | linear_issue_create | Create a Linear issue (requires teamId and title). | | linear_issue_update | Update a Linear issue by id. |