Tool Router
Search for tools using a query
Search for tools matching a given use case query within a tool router session. Returns matching tool slugs, full tool schemas, toolkit connection statuses, and workflow guidance in a predictable format.
post/api/v3/tool_router/session/{session_id}/search
Path parameters
session_idstring toolRouterSessionId required
Tool router session ID (trs_*)
Example:trs_LX9uJKBinWWr
Tool router session ID (trs_*)
Request body
Example request
{
"queries": [
{
"use_case": "Send a slack message to a channel"
}
],
"model": "gpt-4o"
}Response
Successfully executed the search. Returns matching tool slugs, schemas, connection statuses, and guidance.