Skip to main content
Glama

timestamp

Get the current date and time in any IANA timezone. Specify a timezone to retrieve the exact local time, or default to UTC.

Instructions

Get the current date and time

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timezoneNoIANA timezone (e.g. America/New_York). Defaults to UTC.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior2/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 of disclosing behavior. It states the basic action but does not reveal important behavioral details such as the output format (e.g., ISO 8601), whether milliseconds are included, or how the optional timezone parameter affects the returned value.

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 a single, clear sentence with no unnecessary words or repetition. It is front-loaded and immediately understandable, earning its place without bloat.

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

Completeness3/5

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

For a simple tool with one optional parameter and no output schema, the description is mostly adequate, but it leaves out the return format and how timezone selection changes behavior. These details would help an agent call the tool with correct expectations, especially given the absence of annotations.

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 provides full coverage of the only parameter, timezone, including an example and default behavior. The description adds no additional parameter semantics, but because coverage is 100%, the baseline score of 3 is appropriate.

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 specific verb ('Get') and resource ('current date and time'), making the tool's function immediately clear. It also intuitively distinguishes itself from the listed sibling tools, none of which provide time-related functionality.

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

Usage Guidelines3/5

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

The description implies this tool is used when the current date and time are needed, but it does not explicitly state when to use it versus alternatives or mention any exclusions. Since the sibling tools are unrelated, the lack of alternatives is not a major gap, but guidance remains implicit rather than explicit.

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