Skip to main content
Glama
JMoak
by JMoak

GET TIME

Retrieve current time or convert times across timezones with flexible formatting options, supporting multiple zones and output formats.

Instructions

Get current time or convert times across timezones with flexible formatting. Defaults to current time in system timezone when no parameters provided. Use timezones array to get multiple zones, formats array for multiple output formats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datetimeNoOptional. ISO datetime string (e.g., '2024-12-25T15:00:00'). If not provided, current time is used.
timezonesNoList of timezone names to include in output. Examples: ['America/New_York', 'Asia/Tokyo', 'Europe/London']
formatsNoOutput formats for the base datetime only (not applied to individual timezones). Creates separate entries for each format.
localeNoLocale for formatting (e.g., 'en-US', 'fr-FR', 'ja-JP'). Affects localeString and relative formats.
includeOffsetsNoInclude UTC offsets like +09:00, -04:00 in output
Behavior3/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 describes the default behavior and some operational details (multiple timezones/formats handling), but doesn't cover important aspects like error handling, rate limits, authentication requirements, or what the output structure looks like. The description adds some value but leaves significant behavioral gaps.

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 efficiently structured with three sentences that each serve a distinct purpose: stating the core functionality, describing default behavior, and explaining array parameter usage. There's no wasted verbiage and information is front-loaded appropriately.

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?

Given the tool's moderate complexity (5 parameters, timezone/formats logic) and lack of both annotations and output schema, the description is incomplete. While it covers basic usage, it doesn't explain the output format, error conditions, or provide examples of what the tool returns. The description should do more to compensate for the missing structured information.

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 description coverage is 100%, so the schema already documents all 5 parameters thoroughly. The description adds minimal value beyond what's in the schema - it mentions the timezones and formats arrays but doesn't provide additional semantic context. This meets the baseline expectation when schema coverage is complete.

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 clearly states the tool's purpose with specific verbs ('get current time' and 'convert times across timezones') and resources (time with formatting). It distinguishes from the sibling 'TIME CALCULATOR' by focusing on retrieval/conversion rather than calculation operations.

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 provides clear context for when to use the tool ('Defaults to current time in system timezone when no parameters provided') and mentions usage patterns ('Use timezones array to get multiple zones, formats array for multiple output formats'). However, it doesn't explicitly state when NOT to use it or mention the sibling tool as an alternative for calculation tasks.

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/JMoak/chrono-mcp'

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