Bridge Connect
arif_bridge_connectBypass intent routing to directly call a tool on a specified organ. Requires pre-known organ and tool name.
Instructions
Low-level direct organ tool call. Bypasses intent routing — caller must specify organ and tool_name. Use only when both are known ahead of time. Canonical name follows arif__ convention (bridge=organ bridge, connect=verb).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organ | Yes | "geox" | "wealth" | "well" | "geox" (case-insensitive) | |
| tool_name | Yes | MCP tool name on the target organ | |
| arguments | No | Tool arguments dict | |
| actor_id | No | Calling actor (injected into envelope) | |
| session_id | No | Governing session | |
| _envelope | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Execution status: OK, ERROR, TIMEOUT, DRY_RUN | |
| tool | Yes | Canonical tool name that produced this response | |
| verdict | Yes | Constitutional verdict: SEAL, HOLD, VOID, SABAR, PROVISIONAL, PARTIAL | |
| result | Yes | Tool-specific payload | |
| meta | No | Metadata including actor_id, mode, circuit | |
| delta_S | No | Thermodynamic entropy change | |
| timestamp | No | ISO-8601 timestamp | |
| session_id | No | Active session identifier | |
| actor_id | No | Sovereign or agent actor ID | |
| output_policy | No | Policy constraints: DOMAIN_SEAL, DOMAIN_HOLD, DOMAIN_VOID, SIMULATION_ONLY | |
| nine_signal | Yes | F2 addendum nine-signal block | |
| reasons | Yes | Human-readable justification list | |
| _nine_signal_compliant | No | Internal compliance flag | |
| _violations | No | Non-compliance audit trail | |
| stage_progression | No | Next stage auto-chain hint |