execute_as template you can
copy into execute_tool.
string
required
A canonical
Provider/Operation tool name (e.g. Firecrawl/scrape,
Brave/getWebSearch), a browse path (e.g. crypto/market/...), or
agentkey_account. On a typo, returns fuzzy-match suggestions — read them and
correct rather than retrying blindly.Returns
- params — JSON Schema of parameters with types,
required, enums, examples - cost —
{ credits_per_call, usd_per_call, cost_by_provider } - execute_as — a ready-to-run template for
execute_tool - health — upstream availability for the tool
Cost guidance
Multiplycost.credits_per_call by your planned call count before executing a
batch. For bulk work (≥3 calls or a meaningful credit estimate), check your
balance first with account.
Example
Next step
Copyexecute_as, fill in the values, and pass it to
execute_tool.