Submit a website form
submit_web_formSubmits user-entered data to a real website form via GET or POST, returning the HTTP status and response snippet.
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 |