send
Deliver raw input to a running session's stdin, enabling interactive control of REPLs, shells, and TUI applications. Automate subprocess inputs by feeding commands or data directly.
Instructions
Send raw input to a session's stdin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| session_id | Yes | ||
| append_newline | No | Defaults true. |