Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLITCHTIP_API_TOKEN | Yes | Your Glitchtip API token with appropriate scopes | |
| GLITCHTIP_API_ENDPOINT | No | The Glitchtip API endpoint URL | https://app.glitchtip.com |
| GLITCHTIP_ORGANIZATION_SLUG | Yes | Your organization slug |
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_issue | Get complete details of a specific Glitchtip issue including latest event and comments (requires event:read scope) |
| list_issues | List issues in the organization or a specific project (requires event:read scope) |
| list_events | List events for a specific project (requires event:read scope) |
| list_projects | List all Glitchtip projects in the organization |
| get_project | Get details of a specific Glitchtip project |
| get_organization | Get organization details |
| list_teams | List all teams in the organization |