search_call gives agents a compact web-search tool. It supports several provider modes but exposes one runtime contract: send a query, receive text plus citations when the provider returns them.
Modes
If
mode is omitted, Manowar uses general.
Tool Shape
Credentials
Missing credentials return a structured unsuccessful result rather than crashing the agent run.
When To Use
Usesearch_call for current public information, source-backed research, or quick factual checks. Use models_call for pure model generation. Use connectors when the agent needs private account data, authenticated APIs, or a specific MCP/onchain capability.