Search tool
Read tool
tools to the agents that need web retrieval. For a research crew, give search to the planning agent and read to the evidence-gathering agent, or give both tools to a single retrieval specialist.
Feedback
Crew handoffs can lose thesearch_id unless you preserve it. Store it with the chosen doc_id and send feedback after the task is complete:
For agents
- Keep the search result JSON available to the crew. It contains
search_idfor feedback anddoc_idfor reading. - Do not ask every agent to search independently. Let one retrieval agent search, then hand off selected
doc_idvalues. - Use
caesar_readfor evidence before making claims. Snippets are for triage; documents are for citations. - If your crew runtime supports MCP, the remote MCP server is the lowest-maintenance integration.