search_api_schemas
Search for schemas in the OpenAPI specification using fuzzy matching to locate relevant ones based on names and descriptions.
Instructions
Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Search for schemas across the OpenAPI specification using fuzzy matching.
Args: query (str): Search query to match against schema names and descriptions.
Returns: str: JSON string containing matching schemas with their details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |