get_integration_context
Retrieve reviewed network, stock-unit, market-data, monitoring or authentication semantics. Explicit review version and freshness caveats; not private research search.
Focused Robinhood context
Retrieve reviewed network, stock-unit, market-data, monitoring or authentication semantics. Explicit review version and freshness caveats; not private research search.
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/get_integration_context
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": {
"topic": {
"type": "string",
"enum": [
"oracles",
"finality",
"indexing",
"deployment",
"account_abstraction",
"bridging",
"pons_v2",
"stock_accounting",
"service_quality",
"network",
"stock_units",
"market_data",
"monitoring",
"authentication"
]
}
},
"required": [
"topic"
],
"additionalProperties": false
}