MR Labs

Form Builder API

The 18 MCP tools for building and managing forms programmatically.

Create & Manage Forms

  • create_form - Create a new form with default page and section
  • update_form - Update title, description, slug, status, visibility, access mode
  • delete_form - Delete a form and all its data

Pages

  • add_page - Add a new page
  • update_page - Update page title or config
  • delete_page - Delete a page and its contents
  • reorder_pages - Reorder all pages at once

Sections

  • add_section - Add a new section to a page
  • update_section - Update section title or config
  • delete_section - Delete a section and its fields
  • move_section - Move a section to a different page

Fields

  • add_field - Add a field to a section
  • update_field - Update field type, label, or data
  • delete_field - Delete a field
  • move_field - Move a field to a different section

Read Tools

  • list_forms - List forms with public_url
  • get_form - Get form details with public_url
  • get_form_structure - Get pages, sections, and fields with IDs
  • get_form_builder_guide - Get the field type reference