Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

BugSnag: Get Event Details From Dashboard URL

bugsnag_get_event_details_from_dashboard_url
Read-onlyIdempotent

Retrieve complete BugSnag event details from a dashboard URL, including stack trace and metadata, without needing separate project and event IDs.

Instructions

Get detailed information about a specific event using its dashboard URL

Toolset: Events

Parameters:

  • link (string) required: Full URL to the event details page in the BugSnag dashboard (web interface), containing project slug and event_id parameter.

Use Cases: 1. Get event details when given a dashboard URL from a user or notification 2. Extract event information from shared links or browser URLs 3. Quick lookup of event details without needing separate project and event IDs

Examples:

  1. Get event details from a dashboard URL

{
  "link": "https://app.bugsnag.com/my-org/my-project/errors/6863e2af8c857c0a5023b411?event_id=6863e2af012caf1d5c320000"
}

Expected Output: JSON object with complete event details including stack trace, metadata, and context

Hints: 1. The URL must contain both project slug in the path and event_id in query parameters 2. This is useful when users share BugSnag dashboard URLs and you need to extract the event data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkYesFull URL to the event details page in the BugSnag dashboard (web interface), containing project slug and event_id parameter.
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds value beyond annotations by specifying the required URL structure (project slug in path, event_id in query) and what the expected output contains (stack trace, metadata, context). No contradiction with annotations.

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 well-structured with clear sections (Toolset, Parameters, Use Cases, Examples, Hints) and the core purpose is front-loaded. Some redundancy exists between Use Cases and Hints, and the parameter section repeats the schema verbatim, but overall it remains focused and scannable.

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 low-complexity tool with one parameter and strong annotations, the description is sufficiently complete. It explains expected output, input requirements, and common use cases. It could be more thorough about error behavior or exact parsing rules, but nothing critical is missing for an agent to invoke the tool correctly.

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% for the single 'link' parameter, so baseline is 3. The description adds meaning beyond the schema with a concrete example URL and hints about the necessary components, which helps an agent construct a valid input. This extra guidance justifies a score above baseline.

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

Purpose5/5

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

The description uses a specific verb ('Get detailed information') and a precise resource ('specific event using its dashboard URL'). It clearly differentiates from sibling tools like bugsnag_get_event by emphasizing the URL-based access path and explicitly noting this avoids needing separate project/event IDs.

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

Usage Guidelines4/5

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

The description provides clear context through Use Cases and Hints: it is intended for dashboard URLs from users/notifications, shared links, or quick lookups. It implies alternatives (separate project/event ID tools) by saying this works 'without needing separate project and event IDs', but does not explicitly name when-not-to-use alternatives.

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