MCP tool
get_form
Get form details
read-only renders an in-chat view
Get one form's full definition: fields, settings, branding, status, public URL, QR-code link and embed snippet (when published). Read-only — for showing the user their form. NOT needed before editing: the edit tools (update_form, set_layout, set_pages, field tools) work directly and return actionable errors.
Ask your assistant
Inputs Show me the embed snippet and QR code for the contact form.
| Parameter | Type | Description |
|---|---|---|
| form_id | string | Form id (authenticated). From create_form/list_forms. |
| draft_token | string | Draft token (anonymous drafts, before sign-in). From create_form's draftToken. |
* required
Guides using this tool