gh_get_repo
Retrieve details of any GitHub repository by specifying its owner and repository name. Obtain key metadata like description, stars, and other stats.
Instructions
Get details of a specific repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| owner | Yes | ||
| isFork | Yes | ||
| pushedAt | No | ||
| createdAt | No | ||
| forkCount | No | ||
| isPrivate | Yes | ||
| description | No | ||
| licenseInfo | No | ||
| nameWithOwner | Yes | ||
| stargazerCount | No | ||
| primaryLanguage | No | ||
| defaultBranchRef | No |