gh_get_repo
Fetch detailed information about a specific GitHub repository by providing the owner and repo name.
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 |