You're viewing a demo portfolio

Join the waitlist
PRSM

get_repo

Active

Tool of github

declared in 0.1.0

Get full details for a specific repository. Returns description, stars, forks, language, topics, license, and more. Specify owner and repo name (e.g., owner="torvalds", repo="linux").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "repo": "react",
      "owner": "facebook"
    },
    {
      "repo": "linux",
      "owner": "torvalds"
    }
  ],
  "required": [
    "owner",
    "repo"
  ],
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repository name, e.g. \"react\""
    },
    "owner": {
      "type": "string",
      "description": "Repository owner (user or org), e.g. \"facebook\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

github

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

1/7 registries
View full server →
get_repo — github — PRSM MCP