Start a pane’s configured process; accepts no command payload. Restart only the pane’s configured process; no caller command is accepted.
All Swift tools · JSON · Source
Arguments
forceoptional · boolean- Caller-controlled force.
killFirstoptional · boolean- Caller-controlled killFirst.
paneIdrequired · string- Caller-controlled paneId.
startDirectoryoptional · string- Caller-controlled startDirectory.
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "additionalProperties": false, "properties": { "force": { "description": "Caller-controlled force.", "type": "boolean" }, "killFirst": { "description": "Caller-controlled killFirst.", "type": "boolean" }, "paneId": { "description": "Caller-controlled paneId.", "type": "string" }, "startDirectory": { "description": "Caller-controlled startDirectory.", "type": "string" } }, "required": [ "paneId" ], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "pane": { "type": "string" }, "paneRef": { "type": "string" } }, "required": [ "pane", "paneRef" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "idempotentHint": false, "openWorldHint": true, "readOnlyHint": false, "title": "Respawn pane"}