Get repository details
get_repositoryFetch detailed metadata for a single GitHub repository by specifying owner and repo name, including description, stars, forks, open issues, license, and topics.
Instructions
Fetch metadata for a single GitHub repository: description, stars, forks, open issues, license, topics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name, e.g. 'anthropic-sdk-python' | |
| owner | Yes | Repository owner, e.g. 'anthropics' |