read_table_cell
Read the current row value of a form table cell by specifying the table and column names. Optionally open a specific form to read from.
Instructions
Read the CURRENT ROW's value of a form-TABLE cell natively — the ТаблицаФормы … ТекущиеДанные / «я
запоминаю значение поля с именем …» equivalent. Addresses the table by name (table, e.g. PF_TABLE_ITEMS)
the column BY NAME (
column, e.g.PF_TABLE_TEXT) and decodes the canonical «стал равен» value (string / number / date / UTF-16; ASCII + Cyrillic). Opens the suite fixture form by default; passopen_link(e1cib/list|data/…) to read a cell on ANY form config-agnostically (the table's enclosing groups are discovered from the live descriptor). Returns {table, column, value, groups, opened?}. SCOPE: reads the CURRENT ROW — a form table populated on open has row 1 current (live-verified: fixture PF_TABLE_ITEMS -> PF_TABLE_TEXT="PF_ROW_001_TEXT", PF_TABLE_NUMBER="1,10"). A DYNLIST freshly opened by nav-link may have NO active current row yet (value None) — seeread_list_column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| table | Yes | ||
| column | Yes | ||
| open_link | No | ||
| capture_dir | No | tm-v1-ro-batchQ3 | |
| manager_templates | No | /app/src/qa_mcp/_bundled/8.3/templates/value_read_templates.json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||