Skip to main content
Glama

agent-embassy

Compute Spot Prices

compute_spot_prices
Idempotent

Agents pay for work and prove what happened. MONETIZED VIA x402 — paid tool, not free. GET https://agent-embassy.fly.dev/v1/markets/compute/spot with an x402 payment ($0.25, USDC on Base or Arbitrum One).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gpuNo
typeNo
min_gpusNo
verifiedNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
howYesHow to pay: GET the paid_url with an x402 v2 PAYMENT-SIGNATURE header carrying the USDC authorization
toolYesTool name: compute_spot_prices
assetYesSettlement asset
priceYesExact price, e.g. "$0.25"
networksYesEVM CAIP-2 network ids accepted
paid_urlYesx402-paid HTTPS URL to GET (with query params) for the market snapshot
facilitatorYesx402 facilitator
payment_requiredYesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior4/5

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

The description adds valuable non-obvious behavioral context: the tool is monetized via x402 and costs $0.25 on Base or Arbitrum One, which the annotations do not convey. It also identifies the exact endpoint. It doesn't cover failure modes or rate limits, but annotations already cover idempotency and non-destructiveness, so the added payment/endpoint context is meaningful.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, but the opening sentence 'Agents pay for work and prove what happened' is vague and does not earn its place. The payment and endpoint sentences are direct, but the structure would be improved by leading with the tool's actual function.

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

Completeness2/5

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

Although an output schema exists and the payment mechanism is described, the description omits all parameter semantics, does not state what data is returned, and gives no hint about when to prefer this tool over compute_alerts or compute_history. For a tool with five undocumented optional parameters, this is insufficient for confident invocation.

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

Parameters1/5

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

With 0% schema description coverage and five optional parameters, the description should explain what gpu, type, min_gpus, verified, or max_results control. It says nothing about any parameter, so an agent cannot infer valid values or semantics from the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description never explicitly says the tool returns spot prices or compute market rates. It opens with 'Agents pay for work and prove what happened,' which is about payment/proof, not pricing, and the only resource hint is the URL path. This leaves the actual function vague and dependent on the title rather than the description.

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?

There is no guidance about when to use this tool versus compute_alerts, compute_history, or any other sibling. The only usage information is the payment prerequisite ($0.25 via x402), which is a requirement, not a selection criterion.

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.

Resources