Skip to main content
Free - like the rest of the MCP server, get_form is not plan-gated.
Reads one of your forms so an agent can verify it is wired correctly: the access_key it should have put in the snippet, whether the destination is verified (so submissions will actually be emailed), the allowed domains, and the notification, autoresponder, and webhook config. This is the read-back half of the “create, wire, verify” loop.

Input schema

Example call

Returned shape

get_form never returns the webhook signing secret (webhook_secret). That secret belongs to the server receiving the webhook, not to an agent wiring the form, so it is deliberately excluded from this response.

Errors

A formId that doesn’t exist, or isn’t owned by the account behind the token, returns:
An invalid or revoked token returns the same auth error as every MCP tool - see MCP server.

send_test_submission

Prove the form is live by storing a test submission.

list_forms

Discover the formId to read here.