Send input to a pane’s program; a shell that receives it runs it with your user’s permissions. Paste literal text and an optional newline target-only after two state checks.
All Swift tools · JSON · Source
Arguments
enteroptional · boolean- Caller-controlled enter.
forceoptional · boolean- Caller-controlled force.
paneIdrequired · string- Caller-controlled paneId.
textrequired · string- Caller-controlled text.
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "additionalProperties": false, "properties": { "enter": { "description": "Caller-controlled enter.", "type": "boolean" }, "force": { "description": "Caller-controlled force.", "type": "boolean" }, "paneId": { "description": "Caller-controlled paneId.", "type": "string" }, "text": { "description": "Caller-controlled text.", "type": "string" } }, "required": [ "paneId", "text" ], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "characters": { "type": "integer" }, "pane": { "type": "string" }, "paneRef": { "type": "string" } }, "required": [ "characters", "pane", "paneRef" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "idempotentHint": false, "openWorldHint": true, "readOnlyHint": false, "title": "Paste text"}