Skip to Content
API ReferenceToolPOST /search

POST /tool/search

Search Tool

Search tools — composable infra architecture.

Request Body (SearchToolApiRequest)

FieldTypeRequiredDescription
searchstringNo
filter_department_idsstring[]No
filter_creatablestring[]No
department_searchstringNo
page_sizeintegerNo
page_offsetintegerNo
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (ListToolApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the current actor
toolsListToolApiTool[]NoList of tool entries
department_filterListFilterSectionNoDepartment filter options
creatable_filterListFilterSectionNoCreatable filter options
agent_filterListFilterSectionNoFilter options for agents that reference these tools
flag_filterListFilterSectionNoFilter options for flags in list UI
permissions_filterListFilterSectionNoFilter options for permissions in list UI
total_countintegerNoTotal number of tools
import_fieldsImportField[]NoCSV import column schema for the bulk-import dialog
Last updated on