get_repository_details
Retrieve comprehensive GitHub repository metadata including topics, README content, issue counts, creation dates, and homepage URLs for deep project analysis.
Instructions
Gets detailed information about a specific repository including full metadata, topics, README content, open issues count, creation date, and homepage URL. Useful for deep-diving into a particular project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_name | Yes | Name of the repository (e.g., "GitInsight-MCP") | |
| use_cache | No | Whether to use cached data (default: true) | |
| include_readme | No | Include README content in the response (default: false) |