You're viewing a demo portfolio

Join the waitlist
PRSM

get_releases

Active

Tool of github

declared in 0.1.0

Get the latest release and recent release history for a repository — the canonical way to answer "what is the latest version of <project>", "when was <repo> last released", "what changed in the newest release". Returns the latest published stable release (tag, name, date, prerelease flag, release notes, downloadable assets with download counts) plus recent releases. Falls back to git tags for repos that tag but do not cut formal releases.

Parameters schema

{
  "type": "object",
  "required": [
    "owner",
    "repo"
  ],
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repo name (e.g. \"cli\")."
    },
    "owner": {
      "type": "string",
      "description": "Repo owner or org (e.g. \"cli\")."
    },
    "per_page": {
      "type": "number",
      "description": "Number of recent releases to list (default 5, max 30)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

github

https://github.com/pipeworx-io/mcp-github

1/7 registries
View full server →