read_region
Extract text from a specific rectangular area of the terminal buffer using coordinates and dimensions.
Instructions
Read a rectangular region of the terminal buffer as text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| row | Yes | Starting row (0-based) | |
| col | Yes | Starting column (0-based) | |
| width | Yes | Width in columns | |
| height | Yes | Height in rows |