F
licenseA
qualityD
maintenanceConnects AI assistants to Redmine to fetch full task details by key (e.g., PROJECT-123), including tracker, subject, description, comments, and URL.
1
15 npm
-
No user-submitted related servers found.
Scored across 6 tools
Each tool has a clearly distinct purpose: creating comments, fetching comments, getting task details, getting task history, a composite bug-link extractor, and a URL parser. No overlap.
All tools use the 'proofhub_' prefix followed by consistent snake_case verb_noun patterns (e.g., create_comment, get_task, parse_url). Naming is uniform and predictable.
With 6 tools, the server is well-scoped for interacting with ProofHub tasks. Each tool serves a clear purpose without bloat or deficiency.
The tool set covers creation, reading, and composite extraction, but lacks update, delete, and list operations for tasks and comments. This creates notable gaps for full lifecycle management.