estimate_cost
FREE — quote a paid tool's cost WITHOUT executing it or charging the
wallet (call this before assess_property_hazard etc.).
units = candidate/item count for per-unit-priced tools (currently only
rank_hazard_safe_sites — pass the number of candidates you intend to
submit); ignored (treated as 1) for every flat-priced tool. Returns JSON:
{ok, tool_name, units, credits, eur_estimate} for credits-wallet tools;
for assess_property_hazard_x402 (paid on-chain via x402, not the credits
wallet) returns {ok, tool_name, units, payment, price_usd} instead; or
{ok: false, error} for an unknown/free tool name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | ||
| tool_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |