evidence_pull
"Show me the source." For a specific document, return the full citation chain in one call: metadata (with all dates and identifiers), permanent legal_link, signed URL to the original source file (if available), and the full document body in markdown or plain text. Designed for auditability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iso | Yes | Document's jurisdiction ISO code, e.g. 'IE', 'NL', 'US', etc. | |
| document_id | Yes | Numeric document_id from any listing/search tool | |
| text_format | No | 'markdown' (preserves structure) or 'plain'. | markdown |
| include_text | No | Fetch the full body (default True) | |
| include_source_url | No | Fetch a temporary signed URL to the original file (PDF etc.) where available (default True). |