transform_get_optim_field
Read a specific field value from an Optimize Transform, such as Target or Name, to inspect its configured settings. Use when you need to retrieve transform parameters without opening the GUI.
Instructions
Read an Optimize Transform's table field value. Counterpart to transform_set_optim_field.
'Algorithm' and 'Error' are write-only in the IC-CAP API: the table fields do not exist and GTFV rejects them, so this tool returns readable=false with an explanation instead of an error. Track the value you set via transform_set_optim_field (its response echoes current_value); to inspect a transform configured elsewhere, open its GUI. Indexed fields (Target[0], Name[0], etc.) and options read reliably.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | Yes | Field name, e.g. Target[0], Name[0] | |
| transform_path | Yes | Optimize Transform path |