Skip to content

docs / the tools / search_tools

search_tools

Finds the few actions that match what the agent wants to do.

Arguments

query is plain words. app narrows to one app. limit caps the results (default 5).

request
{ "query": "list open tickets", "app": "linear", "limit": 3 }

What comes back

Each match has its name, a short description, a compact input schema and whether the app is connected. Actions that must run first are listed by name only, so they cost almost no tokens.