Skip to main content
Glama

x402_search_services

Search the index of 36k+ x402 services with filters. Returns a paginated list of matching services with their stats and label mix. Use this to find services by topic, chain, or seller wallet. Free tier. No payment required. Returns wash-filtered data using the same v2.0 algorithm as the paid endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-indexed page number.
sortNoSort key: tx_24h | volume_24h | tx_total | price | real_pct | wash_pct | first_seen | alpha.tx_24h
chainNoFilter to one chain: 'base', 'solana', 'arbitrum', 'base-sepolia'.
searchNoFree-text match against name, description, or seller address.
categoryNoFilter to a single category slug (e.g. 'ai_inference', 'wallet_analytics').
page_sizeNoPage size (max 200; default 24).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description must convey behavioral traits itself. It discloses that the tool is free, returns paginated results, and applies wash-filtering using the same algorithm as paid endpoints. It also describes the output composition (stats and label mix). It does not mention read-only status or rate limits, but for a search tool this is sufficient. It adds meaningful context beyond what the schema provides.

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 front-loaded with the core action and contains several useful details (free tier, pagination, wash-filtering, use case). There is a minor redundancy: 'Free tier. No payment required.' conveys the same information in two phrases, which is a small efficiency lapse. Overall it is concise and well-structured for its length.

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?

The description covers the tool's purpose, output type, filtering capabilities, and key behavioral attributes (free, wash-filtered, paginated). Since an output schema exists, return values do not need to be detailed. It omits explicit mention of read-only behavior or default behavior with no filters, but these are reasonably implied. For a 6-parameter search tool with no annotations, the description is highly complete.

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%, so the baseline is 3. The description adds high-level use context (e.g., 'topic, chain, or seller wallet') but does not add specific parameter syntax or format details beyond the schema. It slightly reinforces the purpose of the 'search' and 'chain' parameters but does not go beyond the schema's own descriptions, so the baseline is appropriate.

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 uses a specific verb ('Search') and a clear resource ('the index of 36k+ x402 services') with filters, and it states the return type (paginated list with stats and label mix). It distinguishes itself from sibling tools like x402_get_service (single service), x402_get_categories, and x402_get_trends by focusing on search/filter over the whole index.

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?

Provides explicit use context: 'Use this to find services by topic, chain, or seller wallet.' It does not explicitly name alternatives or when-not-to-use, but the sibling tool names and the stated purpose make the differentiation clear. This is solid guidance without exclusions, qualifying as 'clear context, no exclusions.'

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.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: wash analysis, category listing, service details, trends, and search. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent pattern: x402_<verb>_<noun>. The prefix 'x402_' is used uniformly, and verbs like check, get, search are clear and predictable.

Tool Count5/5

Five tools is an appropriate number for an analytics server. Each tool covers a needed functionality without being excessive or insufficient.

Completeness5/5

The set covers core operations for exploring the x402 ecosystem: aggregate wash report, categories, service details, trends, and search. No apparent gaps for its read-only purpose.