Send input to a pane’s program; a shell that receives it runs it with your user’s permissions. Send keys after checking the effective synchronized-pane cohort.
All Swift tools · JSON · Source
Arguments
enteroptional · boolean- Caller-controlled enter.
forceoptional · boolean- Caller-controlled force.
keysrequired · array- Caller-controlled keys.
literaloptional · boolean- Caller-controlled literal.
paneIdrequired · string- Caller-controlled paneId.
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" }, "keys": { "description": "Caller-controlled keys.", "items": { "type": "string" }, "type": "array" }, "literal": { "description": "Caller-controlled literal.", "type": "boolean" }, "paneId": { "description": "Caller-controlled paneId.", "type": "string" } }, "required": [ "keys", "paneId" ], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "keys": { "items": { "type": "string" }, "type": "array" }, "pane": { "type": "string" }, "paneRef": { "type": "string" }, "resolvedPaneIds": { "items": { "type": "string" }, "type": "array" } }, "required": [ "keys", "pane", "paneRef", "resolvedPaneIds" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "idempotentHint": false, "openWorldHint": true, "readOnlyHint": false, "title": "Send keys"}