Fetch Probe Document
fetchGet the complete text for a document ID returned by search, turning search results into readable content.
Instructions
ChatGPT-compatible read-only fetch stub. Retrieves full text for an ID returned by search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID returned by search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| text | Yes | ||
| title | Yes | ||
| metadata | No |