Labsco
MCP SERVER · OFFICIAL PROJECT

TalkForm Conversational Forms

by TalkForm AI

Three open tools for drafting conversational forms — nothing is stored and nothing is sent.

Forms & SurveysOfficial source
Summary
The server states in its own instructions that these tools store nothing and take no external action — a claim the model reads, not just the lawyer.

Form questions are drafted iteratively and often contain the exact thing you have not announced yet. A design surface that validates without persisting means the drafting can happen anywhere, and the commitment is delivered where it actually constrains behaviour: in the instructions the connected model receives. Use prepare_form as the check step — a form that reads well in a document can be unanswerable as a conversation, and validating the draft is cheaper than finding out from respondents.

What it is

TalkForm turns questionnaires into conversations. The endpoint exposes the design half publicly: browse templates and validate a form draft, without an account.

What you get
  • talkform.list_templates — the public conversational-form templates
  • talkform.get_template — one template as a structured, reviewable draft
  • talkform.prepare_form — turn structured questions into a validated preview, explicitly without storing them
Requirements

Nothing. The free tier covers the browser demo and the public templates; running production interviews is a paid plan.

Setup effort

Paste a URL — add the endpoint to your client