Skip to main content
Glama
mrfelfel

Taghvim

now

Retrieve the current date and time from a deterministic source instead of guessing. Returns UTC and local time, weekday, UTC offset, and DST status for any timezone or calendar.

Instructions

Return the current deterministic time. Do NOT let the LLM infer the current date/time — call this tool instead. Returns UTC and local time, weekday, UTC offset, and DST status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendarNoCalendar system for date representationgregorian
timezoneNoIANA timezone, e.g. 'America/New_York', 'Asia/Tokyo'UTC

Schema Changelog

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

  1. First observedv3.0.1

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does reveal the return contents and the tool's authoritative role, but it does not cover error behavior, timezone validity, or what happens with different calendar options. The phrase 'deterministic time' is also slightly confusing given that current time changes, which undermines transparency.

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 only three sentences, with the purpose and usage rule front-loaded. Every sentence adds value: purpose, call-don't-infer rule, and return fields. There is no redundancy or filler.

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 simple tool with zero required parameters and a fully documented schema, the description provides the essential output fields and usage rule. It is slightly incomplete because it does not state output formatting or how timezone/calendar parameters affect the result, but given the low complexity, the gap is minor.

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%, with both parameters (calendar and timezone) already documented meaningfully in the schema. The description adds nothing about the parameters themselves, so the baseline of 3 applies.

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

Purpose4/5

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

The description clearly states the tool returns the current deterministic time and enumerates the exact output fields (UTC and local time, weekday, UTC offset, DST status). It is specific and unambiguous about the resource and verb, but it does not explicitly differentiate itself from sibling tools such as convert_time or timezone_info, so it misses the top score.

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 instruction 'Do NOT let the LLM infer the current date/time — call this tool instead' is a strong, explicit usage guideline that tells the agent when to invoke this tool. However, it does not mention alternatives or conditions for when to choose a sibling tool, so it lacks the explicit routing that would earn a 5.

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/mrfelfel/taghvim'

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