Get Field
get_fieldResolve ambiguous or invalid form fields by retrieving detailed information including purpose, input formats, dependencies, and suggested values.
Instructions
Get detailed info about one form field (by eid): purpose, valid input formats, dependencies, and suggested values. Use to resolve a field get_form flagged as ambiguous or invalid before typing into it. Returns the field context as XML including constraints, options, and dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | Yes | Element ID of the form field to inspect, from get_form or the page snapshot. | |
| page_id | No | Page ID. If omitted, operates on the most recently used page. |