Skip to main content
Glama

list_releases

Track and display GitHub repository releases by specifying the owner, repository, results per page, and page number for efficient version management.

Instructions

List releases for a GitHub repository

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
pageNoPage number of the results
per_pageNoResults per page (max 100)
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "page": { "description": "Page number of the results", "type": "number" }, "per_page": { "description": "Results per page (max 100)", "type": "number" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

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

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