Skip to main content
Glama

Get Release Summary

get_release_summary

Generate a structured release context between two tags, combining commits, pull requests, linked issues, contributors, and statistics for AI synthesis into release notes.

Instructions

Generate a structured release context object ready for AI synthesis into release notes. Combines commit data, PR metadata, linked issues, contributor list, and aggregate statistics for the range between two tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub repository name
ownerYesGitHub repository owner (user or organization)
to_tagYesThe new release tag or HEAD (head / newer ref)
from_tagYesThe previous release tag (base / older ref)
Behavior3/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. It discloses that the tool combines multiple data sources and produces a structured object, which implies a read-only aggregation operation. However, it does not mention potential side effects, rate limits, or the exact structure of the returned object. Since it's a read operation, the lack of explicit safety notes is acceptable, but more detail on the output format would improve transparency.

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, well-structured sentence that front-loads the purpose and then lists the components. Every word earns its place, with no redundancy or filler. It is concise and immediately informative.

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 the tool's moderate complexity (4 parameters, no output schema, no annotations), the description is fairly complete. It explains what the tool does, what inputs it takes, and the intended use case. However, it could benefit from a brief note on the output structure or any prerequisites (e.g., tags must exist), but the current level is adequate for an agent to select and invoke the tool correctly.

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 all four parameters. The description adds context by explaining that from_tag and to_tag define the range, but it does not add syntax or format details beyond what the schema provides. The baseline of 3 is appropriate since the schema does the heavy lifting.

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 the tool's purpose: 'Generate a structured release context object ready for AI synthesis into release notes.' It specifies the verb (generate), the resource (release context object), and the scope (combines commit data, PR metadata, linked issues, contributor list, and aggregate statistics for the range between two tags). This distinguishes it from siblings like get_changes_between_refs and get_pull_requests_in_range, which focus on narrower aspects.

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 implies usage for release note generation by stating the output is 'ready for AI synthesis into release notes.' It also clarifies the input range ('between two tags'), which guides when to use it. However, it does not explicitly state when not to use it or mention alternatives, though the sibling tools suggest other options for more granular queries.

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/barissozudogru/release-intel-mcp'

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