Deep Research Document
fetchReturns the full document for an id obtained from search, as { id, title, text, url, metadata }: text is the readable content (Markdown) and url the canonical public page to cite.
Companion of search in the OpenAI Deep Research contract, over the UNESCO UIS statistics (≈5,000 indicators: education — enrolment, completion, literacy, teachers, spending, SDG 4 —, science/R&D (SDG 9.5), culture (SDG 11.4) and demographic context) catalog. Only ids returned by search are valid; an unknown id returns an error.
The uis_* tools remain the tools for data queries.
Behavior: read-only and idempotent — a live GET against the public source when the document needs it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Identifier of a document returned by `search` |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the document on this server; what `fetch` takes | |
| url | Yes | Canonical public URL of the document — ChatGPT's citation depends on it | |
| text | Yes | Full readable content of the document (Markdown) | |
| title | Yes | Human-readable title of the document | |
| metadata | No | Additional key/value pairs about the document (kind, source, period…) | |
| provenance | Yes | ||
| attribution | Yes |