write_text
Send ordinary Unicode terminal text to an existing interactive channel and optionally append ENTER, enabling control of shell or agent CLI sessions via MCP.
Instructions
Deliver bounded ordinary Unicode terminal text to one existing channel. LF/TAB are allowed; explicit controls use send_control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Ordinary terminal text; maximum 1 MiB UTF-8, excluding non-LF/TAB control characters. | |
| submit | Yes | Append one explicit ENTER only after text transport succeeds. | |
| channel_id | Yes | Opaque channel identifier returned by list_channels. |