All docs
5 min read Last updated:

Prompt examples

Copy these into Claude, Cursor, Windsurf, or Zed. They work as-is - replace the form name or public_id with one of yours.

After MCP setup, the wizard includes agent prompts tuned for first connect (verify tools, inbox snapshot, webhook audit, and more). Use those right after you paste your config.

Reading

"List my forms. For each, show its name, kind, and whether it's published."

"Show me the last 25 submissions on the Contact form. Group them by category."

"Pull the 30-day stats for every form. Tell me which ones are getting the most submissions and which have the worst spam ratio."

"Open the AI insights for Contact. Summarize the dominant themes in two sentences."

Framework integrations

"Call get_framework_integration_catalog with no filters. Tell me how many stacks are listed and pick three backends I should read first for server-side POST forwarding."

"Fetch the MCP resource formspring://docs/framework-integrations, then load the spa category from the catalog. Summarize the snippet pattern for Vue vs Angular and link to each row's docs_url."

"I'm on Next.js App Router. From the integration catalog, pull the Next.js row and the closest related SSR rows. Give me one paragraph on CORS and allowed_origins for browser POSTs vs server actions."

Spam triage

"Triage today's spam folder for Contact. Walk me through each submission. Decide keep / mark not-spam / delete and apply via bulk_submissions when I confirm."

"Look at the last 50 spam submissions on Newsletter. Cluster them by reason. Propose two new entries for custom_rules.blocked_emails and one regex that would catch most of them. Show me the diff before patching."

"Are there any submissions in the inbox that look like spam but weren't caught? Mark them via mark_as_spam."

Submission management

"Re-categorize every uncategorized submission on Contact from the last 30 days. Use the form's existing categories. Show me 5 sample decisions before applying the rest."

"Find every submission on Contact with the email *@example.com and delete them."

"Export the last 200 submissions on Contact as JSON."

Webhook auditing

"Audit every webhook on every form. For each, check the last 100 deliveries. Tell me which are unhealthy and why. Sort the report worst-first."

"My Slack webhook on Contact has been flaky. Pull its last 100 deliveries, bucket the failures by HTTP status, and propose a fix."

"Replay the most recent failed delivery on webhook 01HFY1A4X2. Tell me whether it succeeded this time."

Create from templates

"Call list_templates with product: form and create a contact form from the contact template. Publish when I say go."

"List funnel templates for B2B SaaS, then create_funnel with template: b2b-saas-demo. Tell me screen and block counts and the builder URL."

Forms & autoresponders

"Draft an autoresponder for Contact. Friendly tone. Mention our 24-hour response window. Send a test to my account email - don't save until I confirm."

"Look at how Contact is currently configured. Suggest three improvements to its captcha, allowed origins, and notification email setup. Don't change anything yet."

"I want a new form for B2B SaaS sales leads. Draft the schema, captcha config, autoresponder body, and redirect URL. Return JSON; I'll create it manually."

Reporting

"Build me a weekly digest for Contact. One headline number, spam ratio movement vs. last week, top 3 themes, one outlier. Markdown, ready to paste into email."

"Run an integration health check across the team. Flag every form whose autoresponder is enabled but hasn't fired, and every webhook with <90% success rate."

Token hygiene

"List my API tokens. Tell me which are unused or have abilities they probably don't need."

"Mint a new read-only token called 'Reporting-Bot' with forms:read, submissions:read, insights:read. Return the value once."

Surveys, funnels, and links

"List my surveys. For each, say whether it's published and how many screens it has."

"Draft a 5-question NPS survey for SaaS customers, then run the draft-survey prompt and create it with create_survey after I approve."

"Review funnel my-quiz with funnel-conversion-review. Then pull get_funnel_analytics and tell me where drop-off is worst."

"Run link-traffic-snapshot with top_n: 5. Flag any disabled or expiring links."

"List automations on form Contact. Replay the most recent failed run if the failure looks transient."

Built-in prompts

The server ships 12 named prompts (/triage-spam, /summarize-week, /draft-survey, …). They surface as slash commands in clients that expose a prompt picker. See Prompts → for the full catalogue and which require Pro or higher.

What's next