Ultron.
Tool reference / Ultron

check_builder_prerequisites

Run read-only checks for the selected recipe; source and account access failures are explicit.

Updated September 8, 2026 · Independent beta

Check integration prerequisites

Run read-only checks for the selected recipe; source and account access failures are explicit.

Permission and calling convention

Required scope: chain:read. This tool reads data or account-owned state.

This tool does not sign or broadcast a transaction. Check errors, source timestamps and explicit unavailable fields before using the result.

POST /api/tools/check_builder_prerequisites
Authorization: Bearer <ULTRON_ACCESS_KEY>
Content-Type: application/json

Input schema

Inputs are validated against this current schema. Use exact values from live source results rather than substituting a ticker for a contract or a different chain.

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "recipe": {
      "type": "string",
      "enum": [
        "stock_accounting",
        "oracle_guard",
        "event_indexer",
        "market_compare",
        "deployment_review",
        "pons_curve_read",
        "stock_dashboard",
        "wallet_view",
        "simulate_contract",
        "persistent_monitor"
      ]
    }
  },
  "required": [
    "recipe"
  ],
  "additionalProperties": false
}

Need a concrete starting point?

Build something →Track something →