Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HONEYBADGER_API_KEY | Yes | Your Honeybadger API key (required) | |
HONEYBADGER_BASE_URL | No | Custom Honeybadger URL | https://app.honeybadger.io |
HONEYBADGER_PROJECT_ID | No | Default project ID (can be overridden per request) |
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_honeybadger_fault | Fetch a specific fault/error from Honeybadger by ID |
get_honeybadger_notices | Fetch notices (occurrences) for a specific fault |
list_honeybadger_faults | List recent faults from Honeybadger |
analyze_honeybadger_issue | Comprehensive analysis of a Honeybadger issue with fix suggestions |