Skip to main content
Glama

seller_intel

Read-only

x402 Bazaar SELLER INTELLIGENCE no other seller offers. Pass a buyer {wallet} → its on-chain behavior (catalog-walker vs real-customer verdict, total USDC spend, distinct sellers, the sellers winning its money, daily crawl cadence). Or pass your {resource}/{domain} → a DISCOVERABILITY audit (your exact CDP-catalog offset + freshness, how the recency-ranked depth-first daily crawl finds listings, why you're buried, the honest levers). Recomputable from public Base RPC + the CDP catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletNoBuyer 0x… Base address (behavior analysis)
resourceNoYour resource URL / domain (discoverability audit)

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating a safe read-only tool. The description adds useful context about data sources (public Base RPC + CDP catalog) and recomputability, which goes slightly beyond annotations. However, it does not disclose output format, pagination, or edge-case behavior such as invalid inputs or what happens when both parameters are supplied.

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 verbose and promotional, starting with a marketing claim ('no other seller offers') rather than a direct functional statement. It uses heavy formatting (CAPS, arrows, parentheticals) that could be streamlined. While all sentences contain some information, the overall structure is run-on and not front-loaded for quick comprehension.

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

Completeness3/5

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

Given the absence of an output schema, the description does a good job enumerating the return values for both modes, covering key metrics and data sources. However, it is ambiguous about parameter combination rules (the 'or' implies exclusivity but the schema allows both), and it lacks clarity on output format or error handling. The description is fairly complete but not fully polished given the tool's complexity.

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

Parameters4/5

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

The input schema only gives brief descriptions for 'wallet' and 'resource' (100% coverage). The tool description significantly enriches these by detailing what each parameter triggers: wallet yields behavioral attributes (catalog-walker vs real-customer verdict, USDC spend, distinct sellers), while resource yields a discoverability audit (CDP offset, freshness, crawl details). It does not clarify whether passing both is allowed or what happens if neither is provided, a minor gap.

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 provides seller intelligence for x402 Bazaar with two modes: buyer behavior analysis (given a wallet) and discoverability audit (given a resource/domain). It uses specific verbs (pass, get, audit) and distinguishes itself by claiming 'no other seller offers' this, but the purpose is somewhat buried in promotional language and is less crisp than a direct 'retrieve' statement.

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?

The description implies usage contexts (seller wanting buyer analytics or discoverability audit) but does not explicitly state when to use this tool versus any alternatives. It never names sibling tools or provides exclusions like 'use X instead when ...'. The claim 'no other seller offers' is more marketing than a usage guideline.

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

A3.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but there is potential confusion between 'decision' and 'reason', both offering advisory output. Also, 'review', 'witness', 'prove', and 'verify_proof' overlap in the proofs space, though descriptions differentiate them. Overall, an agent can disambiguate with careful reading.

Naming Consistency4/5

All tool names use lowercase and underscores (snake_case), which is consistent. However, the verbs vary: some are imperative (e.g., 'browse', 'execute'), while others are nouns (e.g., 'signals', 'ledger'), breaking a strict verb_noun pattern. Overall, the naming is readable and mostly predictable.

Tool Count2/5

With 30 tools, the surface is too large for a well-scoped server. Many functions could be separated (e.g., memory, workspace, feedback, marketplace). This excess makes it harder for an agent to navigate and select the right tool quickly.

Completeness3/5

The tool set covers core CRUD for memory and workspace, plus feedback, marketplace purchase, bounties, and verification. However, there is no tool to list or search marketplace listings, and workspace creation is only implicit via 'execute'. These gaps hinder fluid workflows.