OpenEvidence Article Get
oe_article_getRetrieve a specific OpenEvidence article by its ID to access the question and answer. Optionally include raw context only with explicit user intent.
Instructions
Fetch an OpenEvidence article by article_id. Use after history lookup or oe_ask returns an article ID. Inputs: article_id UUID, optional include_raw=false. Returns normalized status, question, and answer fields by default. include_raw=true may expose private thread context and must be used only with explicit user intent. Requires authenticated session. No side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | ||
| include_raw | No |