All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| search_tools | POST /api/v1/search/tools | Search@tools |
models::SearchTools200Response search_tools(search_tools_request, sort, direction) Search@tools
Returns gateway tools related to the provided query term(s)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| search_tools_request | SearchToolsRequest | Submit search query | [required] | |
| sort | Option<String> | Field to sort by (default: 'score') | ||
| direction | Option<String> | Sort direction ('asc' or 'desc', default: 'desc') |
models::SearchTools200Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]