github_get_repo_info
Retrieve details about any GitHub repository by providing the owner and repository name. Access metadata such as description, stars, license, and more.
Instructions
Get information about a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name |