Skip to main content
Glama

x402-is-weekend

Is Weekend: Is Weekend

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/5.0
Behavior1/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 it discloses nothing. It does not say whether the result is a boolean, how a missing/invalid date is handled, or what timezone rules apply. For a date predicate with zero structured behavioral coverage, this is a complete gap.

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?

It is short, but the brevity is empty rather than efficient: the same string is duplicated on both sides of the colon. There is no front-loaded statement of what the tool returns or how to call it.

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

Completeness2/5

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

There is no output schema, so the description should at minimum state that the tool returns a boolean weekend indicator and how it handles the optional date. With no annotations and no output contract, the definition leaves the agent guessing at the result shape and default behavior.

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?

With one parameter at 100% schema description coverage, the schema already documents the parameter and the baseline is 3. The description adds nothing about the date format, accepted input syntax, or whether the date is optional, so it neither helps nor compensates for the schema's vague "Date to process" text.

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?

"Is Weekend: Is Weekend" merely restates the tool name and title in both halves; it names no verb or resource beyond the identifier itself. An agent can guess the intent from the name, but the description adds no clarifying information, and it does not distinguish this tool from close siblings like x402-weekend-or-weekday or x402-is-weekend-date.

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 when-to-use, when-not-to-use, or alternative-tool guidance of any kind. Nothing tells the agent how this differs from the many other date/weekday siblings (x402-day-of-week, x402-is-business-day, x402-iso-weekday). It is not misleading, just empty.

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