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
| Field | Type | Notes |
|---|---|---|
query | string | What to look for, in natural language. Required. |
Returns
A list of matches, each with anid (pass it to fetch for the
full content), a title (the entry’s headline), and a url.