GitHub Repository Details
developer.github.repoFetch public GitHub repository metadata including description, stars, forks, language, topics, license, and last update. Specify the repository owner and name to retrieve details.
Instructions
Get full details of a GitHub repository — description, stars, forks, language, topics, license, last update. Public repos only (GitHub API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (e.g. "facebook", "microsoft") | |
| repo | Yes | Repository name (e.g. "react", "vscode") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |