Skip to main content
Glama
tgeselle

Bugsnag MCP Server

by tgeselle

view_latest_event

Retrieve the most recent event details for a Bugsnag error by providing its error ID. Get current exception and stacktrace information to investigate the latest occurrence.

Instructions

View the latest event for an error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
error_idYesBugsnag error ID
include_full_detailsNoInclude all event details (may exceed token limits). Default: false for efficiency.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the basic action without disclosing how 'latest' is determined, what data is returned, or the impact of include_full_details on token limits or response size. This leaves the agent without essential behavioral context.

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 extremely concise at six words, with the key verb and object front-loaded. It earns its place but is arguably too brief, providing no contextual or behavioral details, which prevents a score of 5.

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

Completeness3/5

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

This is a simple tool with two parameters and no output schema, so the description is minimally viable. However, it lacks context about how the latest event is selected and how this relates to sibling tools, leaving some gaps for an agent deciding whether to invoke it.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The parameters are fully described in the schema (error_id as Bugsnag error ID, include_full_details with default and token-limit warning). The description adds no additional parameter semantics beyond what the schema already provides.

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 description uses a specific verb ('view') + resource ('latest event') + scope ('for an error'), clearly indicating what the tool does. It is distinguishable from siblings like list_error_events and view_event by focusing on the latest event, though it does not explicitly differentiate itself.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as view_event or list_error_events. There is no mention of prerequisites, typical use cases, or scenarios where a sibling might be more appropriate.

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

Install Server

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/tgeselle/bugsnag-mcp'

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