A
licenseNot graded
qualityC
maintenanceEnables LLM agents to search, read, and create GitHub issues and pull requests via natural language, using the GitHub API.
1
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: one creates issues, the other lists them. No overlap or ambiguity.
Both tools follow a consistent verb_noun pattern (create_issue, list_issues) with proper snake_case naming.
Only 2 tools for an issue manager is too few to be useful. A typical issue server would need at least 5-10 tools for basic operations.
Severely incomplete: missing update, delete, get single issue, comment, label, and search operations. The surface cannot handle basic issue lifecycle workflows.