Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

BugSnag: Get Event

bugsnag_get_event
Read-onlyIdempotent

Retrieve full details of a specific event, including thread stack traces and metadata, to diagnose the root cause of errors.

Instructions

Get detailed information about a specific event

Toolset: Events

Parameters:

  • projectId (string): Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools.

  • eventId (string) required: Unique identifier of the event

Use Cases: 1. Get the full details of an event, including any thread stack traces

Examples:

  1. Get event details of an event

{
  "eventId": "6863e2af012caf1d5c320000"
}

Expected Output: JSON object with complete event details including stack trace (error trace and other threads, if present), metadata, and context

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventIdYesUnique identifier of the event
projectIdNoUnique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools.
Install Server

TDQS

A3.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover the safe read-only, idempotent, non-destructive profile, and the description is consistent with that profile. It adds some return-content context (stack traces, metadata, context) but does not disclose anything else such as authentication requirements, rate limits, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose and uses concise sections and a JSON example. The explicit parameter list is redundant with the schema, but the overall size is acceptable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter read with no output schema, the description supplies the essential details: required eventId, optional projectId behavior, an example, and expected response contents. It is nearly complete, only lacking guidance about how to discover eventId or how this tool differs from similar event/error tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the parameter section mostly duplicates the schema. The example adds a concrete eventId format ('6863e2af012caf1d5c320000') and the expected-output description clarifies what the response contains, which goes beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence names a specific verb and resource ('Get detailed information about a specific event'), and the Use Cases section clarifies that this returns full event details including stack traces. It is clear, but it does not explicitly differentiate itself from sibling tools like bugsnag_get_event_details_from_dashboard_url or bugsnag_get_events_on_an_error.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The use case implies the tool is for retrieving a single event's full details, and the example encodes the expected input. However, there is no guidance on when to prefer this over nearby siblings, no exclusions, and no relationship to list-events or error-detail tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SmartBear/smartbear-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server