plan_robinhood_build
Map a concrete goal to supported recipes, prerequisites and explicit unsupported dependencies.
Plan a Robinhood integration
Map a concrete goal to supported recipes, prerequisites and explicit unsupported dependencies.
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/plan_robinhood_build
Authorization: Bearer <ULTRON_ACCESS_KEY>
Content-Type: application/jsonInput 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": {
"goal": {
"type": "string",
"minLength": 5,
"maxLength": 1200
},
"includeExamples": {
"default": false,
"type": "boolean"
}
},
"required": [
"goal",
"includeExamples"
],
"additionalProperties": false
}