read_script
Inspect a saved script's complete JSON definition, including version, steps, and limits, to understand its logic before running or modifying it.
Instructions
Read the full JSON definition of a previously saved script. Returns the complete script object including version, steps, and limits. Use to inspect a saved script's logic before running it, or to understand what an existing script does before modifying and re-saving it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the saved script to read (as shown in list_scripts output, without .json extension). |