Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Comment
linear_app:create_comment
Add a comment to an issue in Linear.
Write
Medium risk
Create Issue
linear_app:create_issue
Create a new issue in Linear with title, description, assignee, and other properties.
Write
Medium risk
Create Project
linear_app:create_project
Create a new project in Linear with name, description, teams, and timeline.
Write
Medium risk
Delete Issue
linear_app:delete_issue
Delete an issue from Linear. WARNING: This action cannot be undone.
Write
High risk
Get Issue
linear_app:get_issue
Fetch a single issue by ID with full details including assignee, labels, and project.
Read
Low risk
Get Project
linear_app:get_project
Fetch a single project by ID with full details including issues and milestones.
Read
Low risk
Get Team
linear_app:get_team
Fetch a single team by ID with members and workflow states.
Read
Low risk
List Comments
linear_app:list_comments
List all comments for a specific issue.
Read
Low risk
List Issues
linear_app:list_issues
List issues with optional filters for team, assignee, state, and priority.
Read
Low risk
List Labels
linear_app:list_labels
List issue labels, optionally filtered by team.
Read
Low risk
List Projects
linear_app:list_projects
List projects in the Linear workspace with optional filters.
Read
Low risk
List States
linear_app:list_states
List workflow states, optionally filtered by team.
Read
Low risk
List Teams
linear_app:list_teams
List all teams in the Linear workspace.
Read
Low risk
List Users
linear_app:list_users
List all users in the Linear workspace.
Read
Low risk
Update Issue
linear_app:update_issue
Update an existing issue in Linear with new title, description, assignee, or other properties.
Write
Medium risk