page_forms
Identify fillable forms on a page with their method, action, submit button, and fields. Call this before submitting to learn the exact field names, plus any loose search boxes.
Instructions
List the fillable forms on a page — each form's method, action, submit-button label, and fields (name, type, placeholder, label, select options), plus loose search boxes not wrapped in a . The OBSERVE step before submit_form: call this to learn the field names to fill.
Note: site search often needs no form at all — a GET form just puts the query in the URL, so fetch_page("site.com/search?q=...") (with the field's real name) is simpler when the method is GET.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| private | No |