Skip to main content
Glama
vaggeliskls

release-notes-mcp

by vaggeliskls

list_releases

Fetches recent GitHub releases for a repository, ordered newest first, with optional date filtering and release note inclusion.

Instructions

List recent releases for one repo (newest first). repo is 'owner/name'.

By default the release body is omitted to keep the response small — pass include_body=True only when you need the notes text. published_after (ISO-8601, e.g. '2026-06-02' or '2026-06-02T14:18:43Z') keeps only releases published strictly after that instant. limit caps the number of releases returned; when filtering by published_after the server scans up to 100 releases of history (the same ceiling as compare_releases) before applying it, so the filter sees real history rather than just the first limit rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
limitNo
include_bodyNo
published_afterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries the full transparency burden and does so thoroughly. It discloses the default omission of release body, strict-after filtering semantics, the scan ceiling of 100 releases when filtering, and the interaction between limit and published_after. This goes well beyond the schema and provides meaningful behavioral expectations.

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 information-dense but well-structured: a one-sentence summary followed by focused parameter behavior notes. Every sentence earns its place, and the most important facts are front-loaded. It is appropriately sized for a 4-parameter tool with non-obvious interactions.

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

Completeness5/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 and the presence of an output schema, the description covers the key contextual aspects: ordering, defaults, filtering semantics, and performance ceiling. It also ties the scan limit to a sibling tool (compare_releases), making the behavior easier to reason about. No significant gaps remain.

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

Parameters5/5

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

Schema coverage is 0%, so the description must compensate, and it does comprehensively. It explains the repo format, the purpose and conditions for include_body, the ISO-8601 format and strict-after behavior of published_after, and how limit caps results while the server scans up to 100 records. Every parameter is given semantic meaning beyond its raw type/default.

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 opens with a specific verb and resource ('List recent releases for one repo (newest first)') and clarifies the repo format as 'owner/name'. This clearly distinguishes it from sibling tools like list_repos (which lists repos) and get_release (which likely targets a single release).

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 gives concrete guidance on when to use optional parameters, e.g., 'pass include_body=True only when you need the notes text' and explains the behavior of published_after and limit. It references compare_releases for the scanning ceiling, but does not explicitly state when to choose this tool over get_release or get_latest_version, so it stops short of full alternative-based guidance.

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/vaggeliskls/release-notes-mcp'

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