MCP tool Inputs
publish_form
Publish form
writes data renders an in-chat view
Publish a form so respondents can fill it in — returns the public URL to share. Requires sign-in (triggers it automatically). Use when the user wants to publish, go live, share, or get the link to a form. Republish after edits to make them live.
Ask your assistant
Publish the form and give me the link.
Publishing claims anonymous drafts into your workspace, and it’s also how edits to an already-published form go live (“republish”). Guide: publish and share.
| 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