Skip to main content
Glama

x402-is-harshad-number

Is Harshad Number: Is Harshad Number

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoValue to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

D1.3/5.0
Behavior1/5

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

With no annotations and no output schema, the description carries the full burden of behavioral disclosure, yet it says nothing: not whether the result is a boolean, not the accepted input format, not edge-case handling (zero, negatives, decimals).

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 description is short but it is duplication, not conciseness: repeating the tool name twice wastes the only words present rather than front-loading useful information.

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?

A predicate tool with no annotations and no output schema needs the description to explain accepted input and the boolean/numeric nature of the result. None of that is present, leaving the definition unusable for correct invocation.

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

Parameters2/5

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

Schema coverage is technically 100%, which sets a baseline of 3, but the schema's only content is the generic placeholder 'Value to process' — it never says the value should be an integer, nor how it is parsed from the declared string type. The description contributes nothing to clarify this, so it falls below the baseline.

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

Purpose1/5

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

The description 'Is Harshad Number: Is Harshad Number' merely restates the tool name twice. It gives no verb+resource explanation of what a Harshad (Niven) number test actually does, and offers nothing to distinguish it from the near-duplicate sibling x402-is-harshad.

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

Usage Guidelines1/5

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

No guidance whatsoever on when to use this tool, no alternatives named, no mention of the near-identical sibling x402-is-harshad that an agent must choose between.

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