Skip to main content
Glama
justguy

ct-mcp

by justguy

check_numeric_claims

Detect fabricated numbers, outliers, and arithmetic inconsistencies. Verify sums, products, and compound growth rates using multi-signal analysis.

Instructions

Multi-signal numeric analysis: fabrication detection, outlier detection, and arithmetic verification.

REQUIRED INPUT FORMAT — copy this structure exactly: {"numbers":[12.5, 15.3, 14.8, 100.0, 13.2],"context":"Quarterly revenue figures in millions"}

Three analysis layers:

  1. Fabrication detection (round-number ratio, spacing CV, precision CV, geometric ratio consistency)

  2. Outlier detection (MAD-based for small samples, Z-score for larger sets)

  3. Arithmetic verification (sum, product, compound growth, weighted average, ratio consistency)

Optional field: "context" (string) — describes the data. Enables compound growth detection when it mentions interest/growth/rate.

Optionally pass "context" with prior iteration data for escalation and stall detection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNoOptional caller-provided context for iterative enforcement. Include prior failure counts, iteration history, and previous response data to enable escalation and stall detection. Omit for one-shot usage.
numbersYesArray of at least 2 numeric values to check
descriptionNoOptional text describing the data. Enables compound growth detection when it mentions interest/growth/rate. Example: "Quarterly revenue figures in millions"
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses specific detection algorithms (round-number ratio, MAD-based outlier detection), conditions for compound growth detection, and optional iteration-based escalation/stall detection. It does not describe return format or error behavior, but for a read-only analysis tool this is fairly transparent.

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 structured with a summary and numbered layers, but it is repetitive (mentions optional context twice) and includes a misleading example that takes up space. The required input format is unnecessary and incorrect. Several sentences fail to earn their place, making it less concise than it appears.

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?

The description covers analysis layers but fails to map parameters accurately to the schema, omits the 'description' field, and provides no return/output information. Given the tool has a nested object parameter and no output schema, the description is incomplete and partially misleading, leaving critical usage details unresolved.

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

Parameters1/5

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

The description directly contradicts the input schema: it labels 'context' as a string, but the schema defines it as an object with nested properties. It also completely omits the 'description' parameter, which the schema indicates enables compound growth detection. The example JSON uses 'context' as a string, misleading agents into constructing invalid requests. This actively harms parameter understanding despite high schema coverage.

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

Purpose4/5

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

The description clearly states the tool performs multi-signal numeric analysis with specific layers (fabrication detection, outlier detection, arithmetic verification), giving a specific verb+resource. It distinguishes itself from sibling verify_arithmetic by adding fabrication and outlier detection, though it doesn't explicitly name that alternative.

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?

No guidance is provided on when to use this tool vs alternatives like verify_arithmetic or validate_confidence. The description focuses on input format and analysis layers, but does not explain selection criteria, prerequisites, or exclusions. Usage is only implied by the tool name and analysis scope.

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/justguy/Critical-Thinking-MCP'

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