Skip to main content
Glama

x402-iso-weekday

ISO Weekday: ISO Weekday

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / date
      Added value: +{
      +  "description": "Date to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.1/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 behavioral burden and delivers almost nothing. It does not state the return format (number 1-7 vs name), the ISO-8601 convention (Monday=1), or what happens when the date parameter is omitted despite it being optional. The term 'ISO Weekday' is the only hint at semantics, and it is implicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is short but consists entirely of a redundant restatement of the tool name. Brevity here reflects under-specification, not efficient communication. No sentence earns its place because no substantive information is conveyed.

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

Completeness1/5

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

For a tool with no annotations, no output schema, and an optional date parameter, the description is completely inadequate. An agent cannot determine the output shape or the ISO weekday convention from it. Nothing an agent needs to invoke this tool correctly is present.

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 the single 'date' parameter documented as 'Date to process'. The description adds nothing beyond the schema, which is acceptable at baseline 3 when the schema does the documentation work. It does not clarify accepted date formats or the default when the optional parameter is omitted.

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

Purpose2/5

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

The description 'ISO Weekday: ISO Weekday' merely restates the tool name with a colon, providing no verb or resource explanation. It is a tautology rather than a statement of what the tool computes. An agent cannot tell from this whether it returns a weekday number, a weekday name, or a boolean.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus the many near-siblings such as x402-day-of-week, x402-iso-week, x402-week-number, or x402-weekend-or-weekday. No context, prerequisites, or exclusions are given. Usage must be entirely inferred from the name.

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.

Resources