Skip to main content
Glama
ajnx

Alan's Date Time MCP

by ajnx

get_time

Retrieve the current time in the local, UTC, or specified IANA timezone. Get the time only, without the date, for accurate time-based operations.

Instructions

Get the current time only (e.g. 14:30:00)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timezoneNoTimezone: "local" | "utc" | IANA string (default: "local")

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.4

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden; it discloses the output scope ('time only') and format (HH:MM:SS) with an example. For a side-effect-free read operation this is sufficient behavioral transparency, though it leaves timezone default behavior to the schema description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence with no filler; the verb, scope, and output example are front-loaded and every word adds information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-optional-parameter read tool, the description plus the schema fully covers the call: what it returns, the output format, and timezone options. It doesn't explicitly mention the default timezone in prose, but the schema already states it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and the only parameter already documents allowed values ('local', 'utc', IANA string) plus default. The tool description adds no extra parameter semantics, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a precise verb-resource pair ('get current time') and narrows scope with 'only' plus a concrete example format ('14:30:00'), which clearly separates it from sibling tools get_date and get_datetime.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The word 'only' signals that this tool is for the time component rather than date or full date-time, so usage context is clear. It does not explicitly name the sibling alternatives, but the intended selection is easy to infer from naming.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajnx/alans-date-time-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server