ozon_search_methods
Search all Ozon API methods by query and filters to locate the right operation. Returns ranked matches based on path, summary, tag, and description, supporting Russian and English queries.
Instructions
Full-text search across all Ozon API methods.
Searches over operation_id, path, summary, description, section, and tag using BM25 ranking with field boosting (summary x4, path/op_id x3, description x1). Supports Russian and English queries with stemming.
Args: query: free-text query, e.g. "list of postings" or "финансовые транзакции" section: optional filter — match by section name or tag (case-insensitive substring) api: optional filter — "seller" or "performance" safety: optional filter — "read", "write", or "destructive" limit: max results to return (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api | No | ||
| limit | No | ||
| query | Yes | ||
| safety | No | ||
| section | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||