get_item
Get Item
Retrieve detailed information about a specific Rollbar item (grouped error/message). Look up an item by its unique ID or project-specific counter number.
get_item
Retrieve detailed information about a specific Rollbar item (grouped error/message). Look up an item by its unique ID or project-specific counter number.
manage_team_members
List, add, remove, or invite members of a Rollbar team. Supports adding existing users by ID, removing users, and sending email invitations to new users. Requires an **account-level** access token.
list_items
List error/message items in a Rollbar project. Items are grouped errors that can be filtered by status, level, and environment. Supports pagination for browsing large result sets.
get_version
Retrieve details about a specific code version in a Rollbar project and optionally list items associated with it. Useful for tracking which errors appeared in a particular release.
manage_team
Create, retrieve, list, or delete Rollbar teams. Teams control user access to projects with configurable access levels (Standard, Light, View). Requires an **account-level** access token.
list_users
List all users in the Rollbar account. Requires an **account-level** access token.
list_occurrences
List individual occurrences (instances) of errors/messages. Can list all occurrences in a project or only those belonging to a specific item.
manage_project
Create, retrieve, list, or delete Rollbar projects. Projects represent individual deployable apps or services. Use the `action` field to specify the operation. Requires an **account-level** access token for create, list, and delete operations.
list_environments
List all environments that have been seen for a Rollbar project. Useful for discovering available environments to filter items, occurrences, and deploys.
get_occurrence
Retrieve detailed information about a specific occurrence (instance of an error/message), including full stack trace, request data, and server info.
create_deploy
Report a deployment to Rollbar. Deploy tracking enables suspect deploy identification and helps correlate error spikes with releases. Provide the environment, revision (git SHA or version), and optionally deployer info and status.
run_rql_query
Execute a Rollbar Query Language (RQL) job to run custom SQL-like queries against occurrence data. Creates a job, polls for completion, and returns the results. RQL supports standard SQL SELECT syntax against tables like `item_occurrence`.
manage_notification_rules
Create, list, update, or delete notification rules for a Rollbar project. Supports Webhook, Slack, PagerDuty, and Email channels. Each rule defines which events trigger a notification, with optional filters and custom configuration.
list_deploys
List deployments reported to Rollbar, optionally filtered by environment. Useful for auditing release history and correlating deploys with error spikes.
update_item
Update properties of a Rollbar item, such as its status (resolve, mute, archive, reactivate), severity level, title, or assigned user.
get_metrics
Retrieve project metrics and reports from Rollbar, including top active items, occurrence counts over time, and activated/reactivated item counts. Use the `reportType` field to select which metric to fetch.
manage_access_tokens
List, create, update rate limits, or delete project access tokens in Rollbar. Requires an **account-level** access token or a project token with write scope.
manage_team_projects
List, assign, or remove projects from a Rollbar team. Controls which projects a team has access to. Requires an **account-level** access token.
manage_service_links
Create, list, update, or delete service links in a Rollbar project. Service links are templated URLs that provide quick navigation from Rollbar items to external tools and services.
Track, manage, and resolve application errors and exceptions in real time. Report and list occurrences, group items by status (active, resolved, muted, archived), and filter by environment or severity level. Track deployments with revision and environment details to identify suspect deploys. Run custom RQL queries against occurrence data. Manage projects, teams, users, and access tokens. Configure webhook, Slack, PagerDuty, and email notification rules. Upload source maps and debug symbol files for stack trace de-obfuscation. Retrieve metrics and reports on top active items, occurrence rates, and resolution times. Manage service links, environments, code versions, and session replay data. Handle PII deletion requests for data privacy compliance. Receive webhook events for new items, occurrences, high occurrence rates, item resolution/reactivation, and deployments.
Common questions about connecting Rollbar to AI agents with Metorial.