read_screen
Retrieve the current 5250 screen content as structured data including visible text, cursor position, and input fields.
Instructions
Read the current 5250 screen content.
Returns structured data with:
screen: list of text rows (the visible display)
cursor: current cursor position {row, col} (1-based)
fields: list of input fields with position, length, value, and type
dimensions: screen size {rows, cols}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||