Skip to main content
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

The result is compacted with a larger text budget than ordinary tools because search answers often need citations and source snippets.

Credentials

Missing credentials return a structured unsuccessful result rather than crashing the agent run.

When To Use

Use search_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.