get_repo
Retrieve detailed information about a specific Gitopia repository including name, ID, description, stars, forks, and owner data to support repository management and operations.
Instructions
Use this when you need detailed information about a specific repository (e.g. to get repo_id for merge). Returns name, id, description, stars, forks, and owner. Requires 'owner' and 'name'. See also: list_repos, git_clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| name | Yes |