terminal.paste
Paste text into a terminal session with safeguards for large pastes and secret detection. Confirm large pastes over 2000 characters.
Instructions
Paste text into a terminal session with large-paste and secret detection safeguards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID from terminal.start — use exact value | |
| text | Yes | Text to paste into the terminal | |
| confirmLargePaste | No | Required when text length is greater than 2000 characters | |
| mode | No | Paste mode: bracketed, line-by-line, or raw |