Skip to main content
context is answer plus a coarse patient profile. It contextualizes the answer and surfaces conflicts between the recommendations and the patient — allergies, interactions with current treatments, pregnancy, age. Endpoint: POST /v1/context · MCP tool: context

The pseudo-context boundary

The patient profile is deliberately coarse. This is a pre-MDR boundary: the patient_context contract intentionally does not go more granular. It is a parameter of this capability, not a separate route.

Request

Response

Same shape as answer, plus a conflicts array:
Example worth knowing: a PSA-screening recommendation that conflicts with a patient’s active context is surfaced in conflicts rather than buried in prose.
Run it live in the API Reference tab.