Skip to main content
Glama
rshade
by rshade

get_current_datetime

Retrieve current date and time with timezone support, calendar context (quarter, week, day-of-year), and relative temporal calculations for LLM awareness.

Instructions

Get current date and time with rich temporal context for LLM awareness. Provides human-readable format, timezone info, calendar context (quarter, week, day-of-year), and relative calculations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timezoneNoIANA timezone identifier (e.g., 'America/New_York', 'UTC'). Defaults to system timezone.
include_calendarNoInclude calendar information like quarter, week, etc. (default: true)
Behavior4/5

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

No annotations provided, so the description carries the full burden. It discloses that it provides timezone info, calendar context, and relative calculations, but does not mention network dependence or other behavioral traits. However, for a datetime tool, the description is sufficient.

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?

Two efficient sentences. Front-loaded with core purpose, no wasted words. Structure is clean and readable.

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?

Despite no output schema, description hints at return format. Adequate for a simple datetime tool; could be improved by specifying exact output fields or example, but not necessary.

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

Parameters4/5

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

Schema coverage is 100% with clear parameter descriptions. The description adds value by indicating output richness (human-readable, timezone, calendar, relative calculations) beyond parameter details.

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?

Description clearly states verb 'get' and resource 'current date and time' with specifics like human-readable format, timezone info, calendar context, and relative calculations. Distinct from sibling tools which are development-oriented.

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?

No explicit guidance on when to use vs. alternatives, but context suggests it's a general-purpose datetime utility. No exclusions or references to other tools.

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/rshade/mcp-devtools-server'

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