pmux_send_input
Send text to a terminal tab and auto-submit by pressing Enter. Automate command execution without manual submission.
Instructions
Low-level fallback for manual tab input; for agent orchestration prefer pmux_agent_* tools. Send text to a tab. The server AUTO-SUBMITS (delivers as a bracketed paste then presses Enter) — do NOT append a newline to submit. Exactly one trailing '\n' is stripped from content; other whitespace is preserved. Returns { status:"sent" }. 409 'Tab session is not running' if the tmux session is dead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Target tab id (from pmux_list_tabs / pmux_create_tab). | |
| content | Yes | Exact text to deliver. The server auto-submits (presses Enter) — do NOT add a trailing newline; one trailing '\n' is stripped for you. | |
| workspaceId | Yes | Target workspace id (from pmux_list_workspaces). |