Skip to main content
Glama
pinkpixel-dev

DateTime MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TZNoIANA 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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count2/5

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.

Completeness2/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues