Skip to main content
Glama
SLineroDev

GitHub Releases MCP Server

by SLineroDev

github_release_info

Retrieve detailed information about a specific GitHub release version, including tag name, title, publication date, and release notes. Supports semantic versioning formats.

Instructions

Get detailed information about a specific GitHub release version. Supports semantic versioning formats (v1.0.0, @1.0.0, 1.0.0) and returns comprehensive release details including tag name, release title, publication date, and full release notes. Perfect for understanding what changed in a specific version or for documentation purposes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub repository name
ownerYesGitHub repository owner
packageNoPackage name to filter releases for (e.g. 'astro', '@astrojs/vue'). If not provided, will match against all packages.
versionYesThe specific version to get information about (supports formats: v1.0.0, @1.0.0, 1.0.0)
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It lists return fields (tag name, title, date, release notes) implying read-only access. However, it does not explicitly state side-effect-free operation, error conditions, or rate limit considerations, which are important for a tool with no annotation safety net.

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?

Three sentences, all front-loaded: verb+resource in first, return fields in second, use case in third. No redundancy or filler. Every sentence adds value.

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 no output schema, the description adequately explains return fields (tag name, title, date, release notes). It covers the main aspects of a single-release lookup. Minor omissions: no mention of errors, status codes, or that the 'package' parameter is optional. Overall, reasonably complete for a simple info tool.

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 baseline is 3. The description only reiterates version format support already present in the schema (e.g., 'v1.0.0, @1.0.0, 1.0.0'). It adds no new meaning beyond what the parameter descriptions already convey.

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: 'Get detailed information about a specific GitHub release version.' It includes the verb 'get' and the resource 'release version', and differentiates from siblings like github_releases_list (list all) and github_releases_compare (compare) by emphasizing 'specific'.

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 use case ('Perfect for understanding what changed...'), but does not explicitly advise when not to use this tool or name alternatives. An agent would benefit from knowing to use github_releases_list for browsing or github_releases_compare for diffs.

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/SLineroDev/github-releases-mcp'

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