Skip to main content
Glama

remote.observer — machine-economy observatory

find_provider

Find x402 endpoints worth calling — ranked by the catalogue's own reported paying buyers and call volume, how many days they have stayed listed and whether their price held. Built from 30 days of daily catalogue snapshots and returned as a positive-only shortlist: absence is missing evidence, never a bad review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many listings to return (max 10).
queryNoCase-insensitive substring of the service name; omit to rank the whole catalogue.

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden. It discloses the 30-day snapshot data provenance, the ranking factors, and the critical trait that absence in the results is missing evidence, not a bad review. This is far beyond a generic purpose statement.

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 a single, information-dense sentence that front-loads the action and then efficiently packs in data source, ranking criteria, and output caveat. No word is wasted, and the structure is easy to parse.

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 simple two-parameter tool with no output schema, this is nearly complete: it explains the data source, ranking logic, and return philosophy. It could briefly mention the result shape, but the description already gives enough for an agent to select and use the tool correctly.

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 already describes both parameters fully (100% coverage), including default, max, and case-insensitive behavior. The description adds no parameter-specific semantics beyond overall ranking context, so the baseline of 3 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 ('Find') and resource ('x402 endpoints worth calling') and immediately details ranking criteria (paying buyers, call volume, listing duration, price hold). This makes its purpose unmistakable and clearly differentiates it from sibling tools like market_stats or bazaar_pulse.

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?

It provides clear context for when to use the tool—when ranking endpoints for outreach—and adds a useful interpretive caveat that the list is positive-only. However, it does not explicitly mention sibling tools or state when not to use this tool, so it falls just short of 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

A3.7/5.0
Disambiguation5/5

Each tool targets a clearly distinct observational domain: catalogue changes, crawler traffic, experiment scoreboard, provider ranking, and ecosystem stats. There is no overlap in purpose or output, and the descriptions reinforce their boundaries.

Naming Consistency4/5

Four tools follow a noun_noun pattern (bazaar_pulse, crawler_watch, experiment_scoreboard, market_stats), while find_provider uses verb_noun, a minor deviation. All names are lowercase snake_case, keeping the style consistent overall.

Tool Count5/5

Five tools is well-scoped for an observatory, providing a focused yet appropriately broad surface. Each tool earns its place, and the count is typical for a domain-specific server.

Completeness4/5

The set covers market-level stats, catalogue changes, crawler activity, experiment tracking, and provider discovery, covering the core observational workflows. Minor gaps exist around per-provider history or raw snapshot access, but agents can work around these.

Resources