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 sectionupdate_form- Update title, description, slug, status, visibility, access modedelete_form- Delete a form and all its data
Pages
add_page- Add a new pageupdate_page- Update page title or configdelete_page- Delete a page and its contentsreorder_pages- Reorder all pages at once
Sections
add_section- Add a new section to a pageupdate_section- Update section title or configdelete_section- Delete a section and its fieldsmove_section- Move a section to a different page
Fields
add_field- Add a field to a sectionupdate_field- Update field type, label, or datadelete_field- Delete a fieldmove_field- Move a field to a different section
Read Tools
list_forms- List forms with public_urlget_form- Get form details with public_urlget_form_structure- Get pages, sections, and fields with IDsget_form_builder_guide- Get the field type reference