Skip to main content
The descriptions below are the agent-facing contract — they steer routing. All tools require a valid lsk_… bearer and return content + structuredContent.

Routing at a glance

If the agent needs…Tool
structured sources for a querysearch
a concise cited answeranswer
an answer accounting for a patient profilecontext
to apply a rule across patient health recordsanalyse
an antibiotic decisionatb (roadmap — not yet available)
a medication datumdrug (roadmap — not yet available)

Structured, citable retrieval — never a free-form answer.
ArgumentTypeNotes
querystringClinical query (French).
source_idsint[]Optional source allow-list.
limitintMax document units (default 10).
max_chunks_per_unitintBest chunks per unit (default 3).

answer

Concise answer grounded only in the knowledge base, with citations.
ArgumentTypeNotes
querystringClinical question (French).
source_idsint[]Optional source allow-list.

context

Like answer, accounting for a coarse patient profile and surfacing conflicts.
ArgumentTypeNotes
querystringClinical question (French).
patient_contextobject{ sex, age, history, active_problems, allergies, current_treatments }.
source_idsint[]Optional source allow-list.

analyse

Apply a free-text clinical rule to inline health records; return matches with KB-grounded recommendations.
ArgumentTypeNotes
rulestringThe clinical rule / “équation type”.
recordsobject[]Inline patient health records.
source_idsint[]Optional source allow-list for the recommendation.

Roadmap tools

atb and drug are not yet registered on the MCP server. Their intended shape is documented under Roadmap so integrators can plan; they will appear in tools/list only once shipped.