get_repository_details
Retrieve GitHub repository details including branches, root files, and README metadata for a specified owner and repo.
Instructions
Get repository details including optional branches, root files, and README metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| repo | Yes | ||
| include_branches | No | ||
| include_root_files | No | ||
| include_readme | No |