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 ILOSTAT labour statistics (≈1,200 SDMX dataflows: employment, unemployment, wages, working time, informality, SDG labour indicators) catalog. Only ids returned by search are valid; an unknown id returns an error.
The ilo_* 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 |