Skip to main content
Glama
hiyorineko

Rollbar MCP Server

by hiyorineko

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROLLBAR_PROJECT_IDNoDefault project ID (used when not specified in requests) - Optional
ROLLBAR_PROJECT_NAMENoDefault project name for reference - Optional
ROLLBAR_ACCOUNT_TOKENNoRollbar Account Access Token - Required for APIs to access account-wide project and user information
ROLLBAR_PROJECT_TOKENNoRollbar Project Access Token - Required for APIs to retrieve project error and deployment information

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
rollbar_list_itemsC

List items (errors) from Rollbar

rollbar_get_itemB

Get a specific item (error) from Rollbar using the internal item ID maintained by Rollbar's system.

rollbar_get_item_by_occurrence_uuidA

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_counterA

Get a specific item by project counter from Rollbar. The counter is the visible ID that appears in the Rollbar UI.

rollbar_list_occurrencesC

List occurrences of errors from Rollbar

rollbar_get_occurrenceC

Get a specific occurrence of an error from Rollbar

rollbar_list_projectsB

List projects from Rollbar

rollbar_get_projectC

Get a specific project from Rollbar

rollbar_list_environmentsC

List environments from Rollbar

rollbar_list_usersB

List users from Rollbar

rollbar_get_userC

Get a specific user from Rollbar

rollbar_list_deploysC

List deploys from Rollbar

rollbar_get_deployC

Get a specific deploy from Rollbar

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 13 tools

Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity. The tools are organized around specific Rollbar resources (deploys, items, occurrences, projects, users, environments) with clear get vs list operations. Even the three item retrieval methods (by internal ID, counter, or occurrence UUID) are explicitly differentiated in their descriptions.

Naming Consistency5/5

Perfectly consistent naming pattern throughout all 13 tools. Every tool follows the exact same 'rollbar_verb_noun' structure with consistent snake_case. The verbs (get/list) are used predictably across all resource types.

Tool Count5/5

13 tools is well-scoped for a Rollbar integration server. Each tool earns its place by covering distinct operations across multiple resource types. The count provides comprehensive coverage without being overwhelming for the error monitoring domain.

Completeness4/5

Excellent coverage of read operations for all core Rollbar resources with consistent get/list pairs. Minor gaps exist in write operations (no create/update/delete tools), but this appears intentional for a monitoring-focused server. Agents can perform most common error investigation workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues