Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ROLLBAR_PROJECT_ID | No | Default project ID (used when not specified in requests) - Optional | |
ROLLBAR_PROJECT_NAME | No | Default project name for reference - Optional | |
ROLLBAR_ACCOUNT_TOKEN | No | Rollbar Account Access Token - Required for APIs to access account-wide project and user information | |
ROLLBAR_PROJECT_TOKEN | No | Rollbar Project Access Token - Required for APIs to retrieve project error and deployment information |
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 |
---|---|
rollbar_list_items | List items (errors) from Rollbar |
rollbar_get_item | Get a specific item (error) from Rollbar using the internal item ID maintained by Rollbar's system. |
rollbar_get_item_by_occurrence_uuid | Get a specific item (error) from Rollbar using an occurrence UUID. The UUID must be from an occurrence that belongs to the item. |
rollbar_get_item_by_counter | Get a specific item by project counter from Rollbar. The counter is the visible ID that appears in the Rollbar UI. |
rollbar_list_occurrences | List occurrences of errors from Rollbar |
rollbar_get_occurrence | Get a specific occurrence of an error from Rollbar |
rollbar_list_projects | List projects from Rollbar |
rollbar_get_project | Get a specific project from Rollbar |
rollbar_list_environments | List environments from Rollbar |
rollbar_list_users | List users from Rollbar |
rollbar_get_user | Get a specific user from Rollbar |
rollbar_list_deploys | List deploys from Rollbar |
rollbar_get_deploy | Get a specific deploy from Rollbar |