F
licenseNot graded
qualityD
maintenanceBasic MCP server demonstrating tools for arithmetic operations (add, subtract) and a personalized greeting resource.
1
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: arithmetic, time retrieval, and greeting. No overlap or ambiguity.
All names use lowercase and underscores, but 'current_time' and 'say_hello' follow a verb_noun pattern while 'add' is a single verb, creating minor inconsistency.
Three tools is well-scoped for a simple utility server, not too few or too many.
The set covers basic arithmetic, time, and greeting needs, but lacks related operations like subtraction or time formatting, leaving minor gaps.