analyze_github_repos
ActiveTool of The Mine Works
declared in 1.0.0
Deep metadata for public GitHub repositories: stars, forks, language breakdown, topics, license, README content, contributor count, latest release, and commit recency. Use to see what a company or project is actually building. No GitHub token required.
Parameters schema
{
"type": "object",
"required": [
"repos"
],
"properties": {
"repos": {
"type": "array",
"items": {
"type": "string"
},
"description": "Repos as \"owner/name\" or full GitHub URLs (e.g. [\"anthropics/claude-code\"])"
},
"includeReadme": {
"type": "boolean",
"default": true,
"description": "Include full README text (default true)"
}
}
}Parent server
The Mine Works
1/7 registries