scry_script
Discover and execute validation or transformation scripts with database access. Use list to find available scripts, or run with parameters to process data.
Instructions
Run validation or transformation scripts with DB access.
Actions: list — discover available scripts (bundled + project-local) run — execute a named script
Args: action: "list" or "run" script: script name (required for action="run") params: arbitrary params passed to the script (optional)
Scripts have read-write DB access. They return structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| params | No | ||
| script | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |