Skip to main content
Glama
SLineroDev

GitHub Releases MCP Server

by SLineroDev

github_releases_list

List GitHub releases for a repository with rich formatting and chronological order. Supports pagination and filtering of pre-releases to find the latest version or monitor release frequency.

Instructions

List all GitHub releases for a repository with rich formatting and comprehensive details. Returns releases in chronological order with emojis for better readability (🔖 for versions, 🗓️ for dates, 📝 for descriptions). Perfect for getting an overview of a project's release history, finding the latest version, or monitoring release frequency. Supports pagination and filtering of pre-releases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub repository name
limitNoMaximum number of releases to return (default: all)
ownerYesGitHub repository owner
packageNoPackage name to filter releases for (e.g. 'astro', '@astrojs/vue'). If not provided, will match against all packages.
includePreReleasesNoWhether to include pre-releases in the results (default: false)
Behavior3/5

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

With no annotations provided, the description carries full burden. It mentions read-only behavior implicitly (listing releases) and describes output formatting and pagination. However, it does not disclose authentication requirements, rate limits, or potential side effects, which are typical for a listing tool.

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 concise (a few sentences) and front-loaded with the main action. Every sentence adds value: purpose, key features, use cases. No unnecessary words.

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

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters and no output schema, the description covers main use cases but omits explanation of the 'package' parameter, which is present in the schema. It also doesn't explicitly state that 'owner' and 'repo' are required, though implied. This gap reduces completeness.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining the 'rich formatting' (emojis) and the purpose of pagination and pre-release filtering, which reinforces but goes slightly beyond the schema details.

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 verb 'list' and resource 'releases' with a specific scope 'for a repository.' It highlights features like chronological order, emojis, pagination, and filtering, making it distinct from sibling tools like github_release_info (single release) and github_releases_compare (diff).

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 provides clear usage context: 'Perfect for getting an overview of a project's release history, finding the latest version, or monitoring release frequency.' However, it lacks explicit when-not-to-use guidance or direct alternatives, which would elevate it to a 5.

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