gh_get_repo
ActiveTool of Github_private
declared in 0.1.0
Get detailed info for a specific repository. Returns description, language, stars, forks, open issues, default branch, and access level.
Parameters schema
{
"type": "object",
"examples": [
{
"repo": "Hello-World",
"owner": "octocat"
}
],
"required": [
"owner",
"repo"
],
"properties": {
"repo": {
"type": "string",
"description": "Repository name"
},
"owner": {
"type": "string",
"description": "Repository owner"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Github_private
https://github.com/pipeworx-io/mcp-github_private
1/7 registries