Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.deepmerge.ai/llms.txt

Use this file to discover all available pages before exploring further.

fetch returns the full content of one entry by id. It exists because ChatGPT’s connector mode expects a tool named exactly fetch with a specific result shape. It is the same as get_entry — the id comes from a search result.

Input

FieldTypeNotes
idstringThe entry id, from a search result. Required.

Returns

{ "id": "...", "title": "...", "text": "the full markdown body", "url": "deepmerge://entry/...", "metadata": { "kind": "finding", "status": "active", "updated_at": "..." } }
Read-only; never changes anything.