Skip to main content
Glama

get_release

Read-onlyIdempotent

Fetch a single release by UUID with aggregate stats, linked manual execution results, and automated launch data. Use optional flags to include or omit related executions for a smaller response.

Instructions

Get a single release with full details including aggregate stats, optionally with linked manual executions and automated launches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
releaseIdYesRelease UUID. Obtain from list_releases.
includeLaunchesNoInclude linked automated launches with stats
includeLinkedExecutionsNoInclude the linked manual executions with per-execution stats. Set false to keep the response small - the stats.linkedExecutions totals are returned either way.
Behavior4/5

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

Annotations already cover read-only and idempotent behavior. The description adds useful context about the returned content, such as aggregate stats and optional linked manual executions and automated launches. This is appropriate disclosure given the safe read-only profile.

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

Conciseness5/5

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

The description is a single efficient sentence that front-loads the primary action and resource and then adds the key optionality. No filler or repeated schema/annotation content is present.

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?

With a 3-parameter schema that is fully described and safety annotations already provided, the description covers the important context: target release, full details, aggregate stats, and optional linked executions/launches. Without an output schema, a slightly more explicit list of returned fields could raise it further, but the description is still strong.

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 parameter descriptions are complete at 100% coverage, including defaults and guidance on keeping the response small. The tool description does not add parameter-level detail, but it also does not need to because the schema already carries the full meaning.

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 states a specific verb and resource ('Get a single release'), clarifies the scope as a single item, and lists key content returned ('full details including aggregate stats' and optional linked data). This distinguishes it from sibling tools like list_releases and other getters.

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 clearly implies the tool is for retrieving one release and it gives optionality around linked executions/launches, but it does not explicitly name alternatives such as list_releases or state when the optional includes should be omitted. Some usage direction is present, but exclusions are left to inference.

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/m00nreport/mcp-server'

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