run_transformation
Triggers execution of a specified transformation by providing its unique identifier. This write operation requires user confirmation first.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Runs the transformation if a valid identifier is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/transformations/run_transformation.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. | |
| transformation_id | Yes | The unique identifier for the transformation |