Submit a website form
submit_web_formSubmit form data from a user-filled form card to a website via GET or POST, returning HTTP status and response snippet. Only use values the user explicitly confirmed.
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 |