Skip to main content
Glama

x402_get_service

Get the full detail record for one x402 service: name, description, seller address, chain, price, 24h and total transaction stats, 30-day daily volume time series, buyer-label distribution, and top buyers. Use this to evaluate a single service's traffic composition. Free tier. No payment required. Returns wash-filtered data using the same v2.0 algorithm as the paid endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_idYesNumeric x402 service id (visible in /services list and detail URLs).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It usefully reveals that the tool is free, requires no payment, and returns wash-filtered data using the same algorithm as paid endpoints. It does not discuss error handling or rate limits, but these are less critical for a simple read operation.

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?

The description is efficiently structured: a main verb and resource, a colon-enumerated list of returned fields, and a clear usage statement. Each sentence provides distinct value—what it does, when to use it, and key constraints (free, no payment, wash-filtered).

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?

For a single-record retrieval tool, the description is complete: it defines the scope, lists the payload, explains the usage context, and discloses cost/algorithm behavior. Since an output schema exists, detailed return-format documentation is unnecessary, and the one required parameter is fully covered by the schema.

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?

The schema covers the single parameter 'service_id' with 100% coverage, including a description of what it is. The tool description does not add additional semantic detail about the parameter beyond what the schema already provides, so the baseline score of 3 applies.

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 ('Get') and clearly identifies the resource ('full detail record for one x402 service'), enumerating the exact fields returned. It distinguishes itself from sibling tools by emphasizing a single service and traffic composition, which is not the focus of search, trends, categories, or check_wash.

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 explicitly states when to use this tool: 'Use this to evaluate a single service's traffic composition.' It provides clear context and intent, though it does not explicitly mention alternatives or exclude other tools, which would warrant a 5.

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.