nexus_call
Route a tool call through HumanMirror Nexus. Use nexus_search first, then call the selected tool_id. Successful calls consume the number of Nexus credits declared by the selected tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | JSON input forwarded to the selected tool. | |
| options | No | Optional tool-specific options. | |
| tool_id | Yes | A tool_id returned by nexus_search, for example forge.clean_json. |