Mirror a website form
mirror_web_formTurns any public web form into an interactive chat card. Users fill and submit the card, returning structured values to submit the original form programmatically.
Instructions
Fetch a public web page, extract one of its forms, and render it as an interactive card in the conversation. When the user submits the card, the values return to the chat as a structured payload for the submit_web_form tool, so a model-created task can submit the actual website form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| title | No | Card title override | |
| formIndex | No | Which form on the page, default 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes |