form_introspect
Inspect any form to reveal field labels, types, values, constraints, and validation state. Pinpoint why submissions fail and get exact fill instructions without guessing from a snapshot.
Instructions
Analyse a form in one call: per field the label, type, current value, required/pattern/length constraints, validation state, and the JS framework it is bound to. Tells you what to fill and why a submit is being rejected without guessing from a snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_selector | No | CSS selector for the form. Empty = first form, or all top-level fields if the page has none. |