modal_container_exec
Run a command inside a specific Modal container by providing the container ID and the command string. Executes directly within the target container.
Instructions
Execute a command in a container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute | |
| containerId | Yes | ID of the container (e.g. ta-123456) |