Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

BugSnag: Get Release

bugsnag_get_release
Read-onlyIdempotent

Retrieve details for a release by its ID, including source control information, stability metrics, and the builds that compose it.

Instructions

Get more details for a specific release by its ID, including source control information and associated builds

Toolset: Releases

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.

  • releaseId (string) required: Unique identifier of the app release

Output Description: JSON object containing release details along with stability metrics such as user and session stability, and whether it meets project targets

Use Cases: 1. View release metadata such as version, source control info, and error counts 2. Analyze the stability data and targets for a release 3. See the builds that make up the release

Examples:

  1. Get details for a specific release

{
  "releaseId": "5f8d0d55c9e77c0017a1b2c3"
}

Expected Output: JSON object with release details including version, source control info, error counts and stability data.

Hints: 1. Release IDs can be found using the List releases tool

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
releaseIdYesUnique identifier of the app release
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, covering the behavioral profile. The description adds value by detailing the output (stability metrics, builds) and providing examples, which enhances transparency. No contradictions exist; the description aligns with annotations and adds 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 well-structured with sections (Toolset, Parameters, Output, Use Cases, Examples, Hints) and front-loaded with the core purpose. It is efficient but includes some repetition (parameter descriptions duplicated from schema). Could be slightly trimmed, but overall it is clear and organized.

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?

Given no output schema, the description compensates with an output description and an example, which convey the structure and content of the response. It also provides use cases and a hint for obtaining the required releaseId. For a simple retrieval tool with two parameters, this is sufficiently complete.

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 schema already documents both parameters fully. The description repeats the same parameter descriptions verbatim, offering no additional meaning. The example shows parameter usage but doesn't add semantic insight beyond the schema. Baseline 3 is appropriate.

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 clearly states 'Get more details for a specific release by its ID', specifying the verb (Get) and resource (release details). It lists included information (source control, builds) and provides use cases, making the purpose unmistakable. Although it doesn't explicitly distinguish from sibling tools, the focus on a single release by ID differentiates it from list tools.

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 description provides a hint on how to find release IDs (using List releases tool) and lists use cases, which implicitly guide when to use. However, it lacks explicit guidance on when to prefer this tool over alternatives (e.g., bugsnag_list_releases), and doesn't mention prerequisites or exclusions. The guidance is functional but not proactive.

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/SmartBear/smartbear-mcp'

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