run_command
Execute any BricsCAD command by providing a token list, with an empty string representing Enter. The tool validates the command exists before sending, ensuring reliable execution.
Instructions
Run any BricsCAD command; tokens list, "" = Enter. The command name is checked to exist before anything is sent. Prefer dedicated tools when they exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |