form_introspect
Perform detailed form analysis in a single call: retrieve labels, framework bindings, validation states, and constraints per input field.
Instructions
⭐ Detailed form analysis in a single call. Returns label, framework binding (react/vue/solid_or_svelte/lit), validation state, and constraints (pattern, min/max length, required) per field.
Args:
form_selector: CSS selector for a specific form (default: scan
whole document for visible inputs)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_selector | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |