get_repository_info
Retrieve repository details like owner, name, and structure from GitHub or GitLab to support code review and analysis workflows.
Instructions
Get repository information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | Repository in format "owner/repo" | |
| provider | No | Git provider (github or gitlab) | gitlab |