Skip to main content
Glama

402 Dispatcher

x402_api_x402node_dev_maps_weather_10

x402_api_x402node_dev_maps_weather_10

[PAID inbound $0.01 → then proxy $0.0110] Current weather for a coordinate via Open-Meteo. Returns temperature, humidity, wind, precipitation and weather code with description. Pass lat and lng. For AI agents needing current weather, weather data, temperature and conditions by location. 实时天气查询。 Accepts payment on Base or Solana — either network works. Upstream: https://api.x402node.dev/maps/weather Method: GET Example query: {"lat":"string","lng":"string"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional JSON body for non-GET requests
queryNoOptional query string parameters for the upstream HTTP request

TDQS

A4/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 burden and does a good job: it discloses that the tool is paid with precise costs ($0.01 then $0.0110), which payment networks are accepted, the upstream URL, the HTTP method, and the return fields. It lacks details about rate limits, failure modes, or units, but meaningfully exceeds a minimal disclosure.

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 dense but organized: payment details are front-loaded, the core behavior follows, and the upstream/method/example are appended compactly. The Chinese phrase '实时天气查询。' is redundant with the English text but not harmful, and every other part earns its place.

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?

Given the large number of sibling weather tools, the description provides enough context to identify this as coordinate-based current weather with payment requirements and output fields. There is no output schema, but the description covers the main return values. It could be more complete with units or response structure, but it is sufficient for selection and invocation.

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 schema only describes generic body and query wrapper objects, so the description adds real value by identifying the actual upstream parameters ('Pass lat and lng') and providing an example query shape. This compensates for the schema's lack of tool-specific parameter documentation.

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 returns current weather for a coordinate via Open-Meteo and lists the data fields (temperature, humidity, wind, precipitation, weather code). It does not explicitly differentiate itself from the many sibling weather tools, so it stops short of a 5.

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 gives a clear use context: 'For AI agents needing current weather, weather data, temperature and conditions by location.' It also says to pass lat and lng and notes that payment can be made on Base or Solana. However, it does not mention exclusions or when to prefer a sibling weather tool.

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

C2.6/5.0
Disambiguation1/5

The core dispatcher tools are distinct, but the 84 auto-discovered wrappers contain dozens of near-identical news, weather, and translation endpoints. An agent cannot reliably tell many of these apart without reading provider-specific details, and misselection is likely.

Naming Consistency2/5

Core tools use a readable verb_noun pattern, but most tools are machine-generated `x402_<domain>_<path>_<number>` names with opaque numeric suffixes. The two naming schemes are mixed, and the generated names are not intuitive.

Tool Count1/5

95 tools is an extreme mismatch for a coherent MCP surface. The bulk are auto-registered third-party proxies that duplicate the same few categories, creating massive prompt bloat and selection overhead.

Completeness4/5

For an x402 dispatcher, the core lifecycle is well covered: discovery, search, quote, route-and-call, stats, paywall status, and cashflow/P&L. Minor gaps such as no deregistration or detailed per-transaction drill-down exist, but main workflows do not dead-end.

Resources