TOOL / ZAMBO_UNIVERSAL
Route any real-world need through one MCP connection.
Use zambo_universal when the host AI knows the user's goal but does not need to choose a specialist tool first. It routes across supported Zambo capabilities and returns execution state, downstream results when available, and receipt information.
Call shape
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"zambo_universal","arguments":{"need":"Protect my AI agent from prompt injection","_session_id":"session-123","mode":"execute"}}}
Useful fields
needis the required natural-language goal.- Reuse one stable
_session_idfor execute, continue, and verify across a conversation. - Use
mode:"verify"before claiming a multi-step job is complete. - Use
contextfor optional repo, wallet, domain, trade, or city details.
Best starting point
For a named capability, search first with capability_search. For an open-ended job, call zambo_universal directly.