github_get_repository
Retrieve detailed information about a specific GitHub repository by specifying its owner and name. Access metadata such as description, stars, and language.
Instructions
Get details about a single Git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name. | |
| owner | Yes | Repository owner. |