load_api_operation_by_operationId
Load a specific API operation by its operationId to retrieve its complete specification, including parameters, responses, and security details.
Instructions
Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Load a specific operation by its operationId.
Args: operation_id (str): The unique operation ID to load.
Returns: str: JSON string containing the complete operation details or null if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |