execute_tcl
Execute TCL/ECL commands to perform system-level operations for managing and inspecting MultiValue databases.
Instructions
Execute a TCL/ECL command and return the output.
TCL (Terminal Control Language) commands provide system-level operations. Dangerous commands are blocked by the safety validator. Some commands are disabled in read-only mode.
Args: command: TCL/ECL command to execute Examples: - 'WHO' - Show current user info - 'DATE' - Show current date - 'LISTFILES' - List available files - 'FILE.STAT CUSTOMERS' - Show file statistics
Returns: Dictionary containing command, output, and status. Returns error if command is blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||