proximo_call
Call any Proximo tool by exact name, even unlisted. Fetch its schema from proximo_tool_schema first. Enforces the same dry-run, ledger, and token ACL gates.
Instructions
Call any Proximo tool by exact name, including ones not in this server's listed tools.
Get the argument shape from proximo_tool_schema first. Same gates as calling it directly: dry-run PLAN, ledger entry, token ACL. A smaller doorway, not a looser one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Exact tool name to run, e.g. 'pve_guest_power' (from proximo_find_tools). Non-resident names are fine. | |
| arguments | No | The tool's arguments as an object, e.g. {'vmid': 100, 'action': 'reboot'}. Get the shape from proximo_tool_schema. Omit/null for a no-arg tool. |