Skip to main content
Glama

Date Info

date_info
Read-onlyIdempotent

Calendar facts about a date (UTC): weekday, day-of-year, ISO week number, quarter, whether the year is a leap year, and days in that month.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesA date (ISO-8601).

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "date": "2025-12-25"
      +  },
      +  {
      +    "date": "2024-02-29T14:30:00Z"
      +  }
      +]
  2. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations provide readOnlyHint, idempotentHint, and destructiveHint, so the tool is clearly safe and idempotent. The description adds the UTC context but does not disclose behavior for invalid dates or time portion handling. The description adds some value beyond annotations.

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, well-structured sentence that efficiently conveys the tool's purpose and outputs without redundancy or unnecessary words.

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 one parameter and no output schema, the description is fairly complete. It lists all expected outputs. A minor gap is not specifying the return format (e.g., JSON object), but overall it is adequate.

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 description for the single parameter is minimal ('A date (ISO-8601).'), but the description enriches it by listing the specific calendar facts computed from the input, giving the agent a clear idea of what the parameter affects.

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 the tool returns calendar facts about a date in UTC, listing specific outputs like weekday, day-of-year, ISO week number, quarter, leap year, and days in month. This clearly distinguishes it from siblings like date_diff (difference between dates) and add_duration (add/subtract duration).

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 implies use when calendar facts are needed, and siblings provide clear alternatives (date_diff for differences, add_duration for arithmetic). However, it does not explicitly state when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation2/5

Many tools overlap in purpose, such as the multiple Polymarket tools (bet_research, polymarket_arbitrage, polymarket_edges, etc.) and the several query tools (ask_pipeworx, ask_pipeworx_grounded, deep_research). Memory tools (remember, recall, forget) also add to the confusion.

Naming Consistency3/5

Tool names are mostly snake_case but vary in pattern: some are verb_noun (add_duration, compare_entities), others are noun_noun (entity_profile, date_diff) or single verbs (forget). This mix reduces predictability but is not chaotic.

Tool Count2/5

The server name 'Datecalc' implies a narrow focus, yet 33 tools exist covering far more than date calculations. The count is too high for the implied purpose, and many tools are unrelated to the server's apparent domain.

Completeness2/5

For the implied date calculation domain, only three tools exist (add_duration, date_diff, date_info), leaving obvious gaps. For the actual broad data access domain, coverage is better but still lacks a cohesive structure.