DateTime MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TZ | No | IANA timezone identifier (e.g., America/New_York, Europe/London, Asia/Tokyo). If not set, defaults to UTC. | UTC |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_datetimeA | Get the current server date and time. Optionally specify a timezone (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo'). Defaults to server's configured timezone or UTC. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as retrieving the current date and time, with no other tools to confuse it with.
The single tool name 'get_current_datetime' follows a clear verb_noun pattern (get + current_datetime). Since there is only one tool, consistency is inherently perfect with no deviations to assess.
One tool is too few for a server named 'DateTime MCP Server', which suggests a broader scope for date and time operations. A single tool for getting the current datetime feels thin, lacking basic operations like formatting, parsing, timezone conversion, or date arithmetic that would be expected in this domain.
The tool surface is severely incomplete for a date/time server. It only provides current datetime retrieval, missing essential operations such as date formatting, parsing strings into dates, calculating differences, adding/subtracting time, or handling timezone conversions beyond the optional parameter in the single tool.