Skip to main content
search lets ChatGPT find entries in your team’s workspace. It exists because ChatGPT’s connector mode expects a tool named exactly search with a specific result shape. It is the same search as get_entries. Other tools can use either.

Inputs

FieldTypeNotes
querystringWhat to look for, in natural language. Required.

Returns

A list of matches, each with an id (pass it to fetch for the full content), a title (the entry’s headline), and a url.
{ "results": [ { "id": "...", "title": "...", "url": "deepmerge://entry/..." } ] }
Read-only; never changes anything.