Skip to main content
Glama
kujirahand

time-mcp

by kujirahand

get_time_from_ntp

Get accurate current time from a public NTP server, bypassing local clock. Specify server or timezone for customized results.

Instructions

Get the current time from a public NTP server instead of the local clock.

server accepts a short name (apple, microsoft, windows, nict, google, cloudflare, pool) or a hostname. When omitted, time.apple.com is tried first and time.windows.com is used as a fallback. timezone is an IANA name for the returned time; the local timezone is used when omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNo
timezoneNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by detailing the default server behavior (time.apple.com tried first, time.windows.com fallback) and the timezone default (local timezone used when omitted). It does not describe return format or network failure behavior, but for a simple read-only time tool the disclosed defaults and fallbacks are meaningful and transparent.

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?

The description is concise and front-loaded: the first sentence states the core purpose, and the following lines clearly explain each parameter and default. There is no redundant or filler content; every sentence adds useful 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?

The description covers purpose, both parameters, accepted server values, and fallback/default behavior despite having no output schema and no annotations. The main gap is that it does not specify the returned time format, which would be useful absent an output schema, but for a straightforward time-query tool this is a minor omission.

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

Parameters5/5

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

The input schema provides 0% description coverage and only bare titles/defaults, so the description must fully compensate. It does: server is explained as accepting a named short list of providers or a hostname, and timezone is explained as an IANA name with local-time default. This gives an agent all the semantic information needed to use both parameters correctly.

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 opens with a clear verb and resource: 'Get the current time from a public NTP server instead of the local clock.' This immediately distinguishes the tool from sibling get_local_time and makes the tool's core behavior obvious. The rest of the description specifies the configurable server and timezone, leaving no ambiguity about what the tool does.

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 description clearly positions this tool as the NTP-based alternative to the local clock, which gives useful when-to-use context relative to get_local_time. It does not explicitly name sibling alternatives or state conditions for choosing get_time_in_timezone over this tool, so it falls short of the most explicit guidance.

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

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/kujirahand/mcp_server-time'

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