Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LINEAR_API_KEY | Yes | Your Linear API key from Linear (Settings > API > Personal API Keys) |
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 |
---|---|
get_tasks | Get tasks from Linear with optional filtering |
get_task_details | Get detailed information about a specific task |
get_teams | Get a list of teams in the Linear workspace |
get_users | Get a list of users in the Linear workspace |