Skip to main content
Glama

cleared_check

Verify a merchant origin before payment and get a trust decision: pass, score, payment mismatch, tier, card URL, and provenance. Uses a safe, catalog-friendly default for agent farms.

Instructions

Cleared Check — verify an origin before pay. Returns pass, score, payToMismatch, tier, card URL, and provenance. Uses probe=false by default (fast, catalog-safe).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
probeNoLive-probe endpoints (default false — prefer false for agent farms)
originYesMerchant origin URL or domain (e.g. https://api.example.com)
Behavior4/5

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

Annotations are absent, so the description carries the burden. It discloses the probe=false default (fast, catalog-safe) and implies non-destructive verification. It doesn't state side effects or required auth, but for a read-like check, the description gives useful behavioral context. Minor gap: no mention of rate limits or termination behavior.

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?

Two sentences, no filler, and front-loaded with the primary purpose. Return fields are listed concisely, and the probe note is placed at the end. Very efficient and structured.

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 tool with 2 parameters and no output schema, the description covers purpose, key defaults, and return values. It lacks explicit edge cases or usage examples, but given the simplicity, it's almost complete. A 4 is appropriate.

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 coverage is 100%, so both parameters are documented. The description adds meaning by explaining probe=false is 'fast, catalog-safe' and default, which enriches the parameter semantics. However, it doesn't explain the impact of probe=true beyond live-probing. Baseline 3 is justified because schema covers the basics.

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 a specific verb ('verify') and resource ('an origin before pay'), and enumerates the return fields (pass, score, payToMismatch, tier, card URL, provenance). It differentiates from siblings like get_trust_score or check_domain_status by focusing on 'before pay' verification. The title 'Cleared Check' adds clarity.

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 usage: verify an origin before payment, which is clear context. It does not explicitly exclude alternatives or state when not to use it, but it hints at the probe setting for agent farms. Lacks explicit 'when to use' vs 'when not to use' guidance, so a 4 is appropriate.

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/N747AI/clearedindex-mcp'

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