OpenEvidence Article Wait
oe_article_waitWait for a research article to finish processing and retrieve its normalized data. Use after submitting a long question to handle host timeouts.
Instructions
Wait for an existing OpenEvidence article_id to finish, then return normalized fields. Use after oe_ask with wait_for_completion=false, especially for long research questions that may exceed MCP host timeouts. Inputs: article_id UUID, optional timeout_sec, poll_interval_ms, and include_raw=false. 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 | ||
| timeout_sec | No | ||
| poll_interval_ms | No |