Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | Yes | Your Linear API key, obtained from Linear workspace settings |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_issues | A tool that searches for issues in Linear |
| get_profile | A tool that gets the current user's profile from Linear |
| create_issue | A tool that creates an issue in Linear |
| create_comment | A tool that creates a comment on an issue in Linear |
| update_comment | A tool that updates or deletes an existing comment on an issue in Linear |
| get_issue | A tool that gets an issue from Linear |
| get_team_id | A tool that gets all teams and their IDs from Linear |
| update_issue | A tool that updates an issue in Linear |
| get_comment | A tool that gets comments from an issue in Linear |