search queries the clinical knowledge base and returns structured document
units — never a free-form blob. It is the retrieval foundation the other
capabilities build on.
Endpoint: POST /v1/search · MCP tool: search
When to use it
- You want the raw sources for a query, to display or cite yourself.
- You are building your own synthesis and just need retrieval.
For a written answer instead of sources, use answer.
Request
Response
Each unit is one source document with its best-matching chunks:
limit caps the number of document units, not chunks. retrieved_pool is
the diagnostic count of raw chunks swept before grouping — it is not bounded by
limit.
Run it live in the API Reference tab.