Skip to main content
Glama

Search Contract-Qualified Services

contract_qualified_search

Search Agent402 and the official MPP catalog for paid machine services that both match a capability intent and guarantee buyer-required JSON response paths. Use agent_discoverability_audit when you are measuring one known seller's catalog reach or rank, seller_integrity_audit when you already know the exact seller route to inspect, or payment_offer_preflight when you already have one exact callable GET URL. This search excludes SameDayDesk-owned supply and unresolved routes before audit, uses no credential or wallet, sends no seller POST or target payment, reads no paid response body, and returns only a query digest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum candidates audited and returned across Agent402 and MPP.
queryYesCapability intent sent to Agent402 and used locally to rank MPP catalog metadata. Do not include credentials or private values.
requiredPathsYesBuyer-required dotted success-response paths that every returned seller schema must guarantee recursively.
maxPriceDisplayUnitsNoMaximum advertised per-call price in each source's display currency.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
productYes
requestYes
sourcesYes
versionYes
boundaryYes
decisionYes
rejectedYes
checkedAtYes
qualifiedYes

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses exclusions (SameDayDesk-owned supply, unresolved routes), states it uses no credentials or wallet, sends no seller POST or payment, reads no paid response body, and returns only a query digest. This is strong behavioral disclosure, though it doesn't explicitly mention rate limits or error handling, but for a search tool this is quite thorough.

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

Conciseness4/5

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

The description is moderately long but every sentence provides value: it specifies sources, matching criteria, alternative tools, exclusions, and behavioral guarantees. The alternative tool list adds length but is crucial for usage guidance. No filler.

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

Completeness5/5

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

Given 4 params with 100% schema coverage, output schema present, and no nested objects, the description is complete. It covers purpose, usage boundaries, exclusions, side-effect guarantees, and return nature. The output schema handles return values, so no gap there.

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% for all four parameters, each with detailed descriptions including constraints and purpose. The description adds the context that 'query' is a capability intent and that 'requiredPaths' must be dotted success-response paths, but these are largely echoed in schema descriptions. Baseline 3 is appropriate since schema does heavy lifting.

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?

Description clearly states it searches Agent402 and MPP for paid machine services that match capability intent and guarantee required JSON response paths. It names the specific resources and the filtering criterion, distinguishing it from sibling audit tools.

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

Usage Guidelines5/5

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

Explicitly names three sibling tools and specifies their use cases versus this tool: agent_discoverability_audit for measuring a known seller's catalog reach, seller_integrity_audit when a specific seller route is known, and payment_offer_preflight when an exact callable GET URL exists. This gives clear when-to-use versus when-not-to-use guidance.

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.

TDQS

A4.1/5.0
Disambiguation3/5

Several tools cluster around the same domain: there are multiple audit tools, multiple preflight tools, multiple receipt/settlement tools, and two wallet-policy-conformance tools. The descriptions are carefully distinguished with 'use X instead' notes, but an agent would still need to read closely to separate `agent_discoverability_audit` from `agent_surface_budget_audit` and `seller_integrity_audit` from `payment_offer_preflight`.

Naming Consistency4/5

Most names follow a readable, snake_case pattern with a domain prefix or action stem, such as `morpho_position`, `transaction_receipt`, `wallet_enrich`, and `contract_qualified_search`. The convention is not fully uniform—`read`, `extract`, `scan`, and `schemaforge` are standalone verbs or compounds, and `agent_surface_budget_audit` is a much longer construction—but the style is consistent enough to navigate.

Tool Count3/5

22 tools is at the heavy end of a data-gateway scope, especially since they spread across x402 discovery, Morpho lending, web domain audits, wallet policy, and blockchain receipts. Each tool explains its existence, but the set feels broader than one central data-gateway concern.

Completeness4/5

The tools form a coherent read-only x402/agent-commerce lifecycle: catalog search, discoverability, surface/seller integrity, payment offer preflight, settlement proof, and transaction receipt verification. There are some peripheral tools that do not directly serve x402, and no payment or execution action exists, but the read-only audit gate is intentionally complete and lacks dead ends.