map-github-repo
Visualize and analyze the structure of any GitHub repository by entering its URL. Retrieve summary information to understand repository organization and content efficiently.
Instructions
Map a GitHub repository structure and provide summary information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repoUrl | Yes | URL of the GitHub repository (e.g., https://github.com/username/repo) |
Input Schema (JSON Schema)
{
"properties": {
"repoUrl": {
"description": "URL of the GitHub repository (e.g., https://github.com/username/repo)",
"type": "string"
}
},
"required": [
"repoUrl"
],
"type": "object"
}