Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SENTRY_ORG | Yes | Your Sentry organization ID or slug | |
SENTRY_HOST | Yes | Your Sentry host URL | |
SENTRY_PROJ | Yes | Your Sentry project ID or slug | |
SENTRY_USER_TOKEN | Yes | Your Sentry user token for authentication |
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_single_event | get issue event by inputting sentry issue event url or sentry issue event id |
get_project_events | get issue events by inputting sentry organization id or slug and sentry project name or slug |
get_single_issue | get issue by inputting sentry issue url or sentry issue id |
get_project_issues | get issues by inputting |