A
licenseA
qualityC
maintenanceProvides current date, time, and datetime with optional timezone support (local, UTC, or IANA timezone strings).
3
4 npm
MIT
No user-submitted related servers found.
Scored across 1 tool
With only a single tool, there is no possibility of confusion between tools. The purpose is singular and the tool description clearly states what it does.
The only tool name, get_current_time, follows a clean verb_noun snake_case pattern. Since there is just one tool, the naming is internally consistent.
The server's entire purpose is to provide the current date and time, and one tool fully serves that purpose. A single tool is well-scoped and directly earns its place; adding more would be needless.
The domain is the current time, and get_current_time covers it completely by returning date, time, and timezone. There are no missing operations or workflows required for a clock server.