search_api_operations
Search for matching API operations across an OpenAPI specification using fuzzy matching, filtering out deprecated operations.
Instructions
Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Search for operations across the OpenAPI specification using fuzzy matching.
Note: Only searches through active (non-deprecated) operations.
Args: query (str): Search query to match against operation summaries, descriptions, tags, and operation IDs.
Returns: str: JSON string containing matching operations with their details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |