load_api_operation_by_path_and_method
Load a specific API operation by providing its endpoint path and HTTP method, returning complete operation details in JSON for direct use.
Instructions
Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Load a specific operation by its path and HTTP method.
Args: path (str): The API endpoint path (e.g., '/cc-ui/v1/stacks/{stackName}'). method (str): The HTTP method (GET, POST, PUT, DELETE, etc.).
Returns: str: JSON string containing the complete operation details or null if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |