Submit a website form
submit_web_formSubmit only user-confirmed form values to a website via GET or POST, returning the HTTP status and a response snippet for immediate verification.
Instructions
Submit values to a real website form (form-encoded GET or POST). Only call this with data the user entered in a mirrored form card, or values the user explicitly confirmed. Returns the HTTP status and a snippet of the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Form action URL | |
| fields | Yes | Field name to value map | |
| method | No | ||
| headers | No |