Get Form
get_formAnalyze all forms on a page to extract fields, required inputs, validation rules, and field dependencies. Plan the fill order for multi-step forms efficiently.
Instructions
Analyze all forms on the page: fields, required inputs, validation rules, and field dependencies. Call this first on any multi-field or multi-step form to plan the fill order, instead of scrolling and screenshotting. Returns each form as XML with per-field eids, state, constraints, and the suggested next field to fill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | No | Restrict the result to a single form by its id (from a prior get_form call). If omitted, all forms on the page are returned. | |
| page_id | No | Page ID. If omitted, operates on the most recently used page. | |
| include_values | No | When true, include each field's current value in the response. Defaults to false; sensitive values (passwords, tokens) remain masked even when enabled. |