GitHub Repository Details
developer.github.repoRetrieve full details of any public GitHub repository including stars, forks, language, topics, license, and last update by specifying owner and repo name.
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. |