Skip to main content
Glama
garland3

clock-mcp

by garland3

get_current_time

Get the current date, time, and timezone for any IANA timezone, or the server's local timezone, without network calls or API keys.

Instructions

Return the current date, time, and timezone. Use this rather than a web search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timezone_nameNoOptional IANA timezone name, e.g. 'America/Denver', 'Asia/Tokyo', or 'UTC'. Omit for the server's local timezone.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the output (date, time, timezone) but does not explicitly disclose side effects, failure modes, or error handling. For a simple lookup tool this is acceptable but not fully 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 two short sentences, front-loaded with the core behavior and the practical guidance. Every word earns its place, with no repetition or filler.

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

Completeness5/5

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

Given the tool's simplicity (one optional parameter, an output schema already present), the description and schema together fully specify what an agent needs to know. There are no missing pieces for correct selection or invocation.

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?

The schema already provides 100% coverage of the parameter semantics, including the optional timezone_name, default behavior, and examples. The description adds no further meaning, so the baseline of 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 states a specific verb and resource: 'Return the current date, time, and timezone.' It clearly distinguishes itself from a web search and leaves no doubt 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?

It gives an explicit directive: 'Use this rather than a web search,' which tells the agent when to select this tool over an alternative. However, it does not discuss when not to use it or when the timezone parameter should be provided, leaving some guidance to the schema.

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

Deploy Server

Other Tools