All Tools
All 34 MCP tools available to connected clients.
| Category | Type | Tool | Parameters |
|---|---|---|---|
| Organizations | read | list_organizationsList all organizations the current user belongs to. | - |
| read | get_organizationGet details about a specific organization by slug. | slug* | |
| read | list_org_membersList members of an organization with their roles. | org_slug* | |
| Forms | read | list_formsList forms for an organization. Returns id, title, status, slug, and public_url. | org_slug*, limit |
| read | get_formGet full details of a form by ID. | form_id* | |
| read | get_form_structureGet the full structure: pages, sections, and fields with IDs. | form_id* | |
| read | get_form_builder_guideReturns the complete reference for building forms. | - | |
| write | create_formCreate a new form. Default page and section created automatically. | org_slug*, title*, description, slug, visibility, access_mode | |
| write | update_formUpdate form settings. | form_id*, title, status, visibility, access_mode | |
| write | delete_formDelete a form and all its data. | form_id* | |
| write | add_pageAdd a new page to a form. | form_id*, title, ordinal | |
| write | update_pageUpdate a page's title or config. | form_id*, page_id*, title, config | |
| write | delete_pageDelete a page and all its sections and fields. | form_id*, page_id* | |
| write | add_sectionAdd a new section to a page. | form_id*, page_id*, title | |
| write | update_sectionUpdate a section's title or config. | form_id*, section_id*, title, config | |
| write | delete_sectionDelete a section and all its fields. | form_id*, section_id* | |
| write | add_fieldAdd a field to a section. See Form Builder Guide for field types. | form_id*, section_id*, field_type*, label, data | |
| write | update_fieldUpdate a field's label, type, or data. | form_id*, field_id*, field_type, data | |
| write | delete_fieldDelete a field. | form_id*, field_id* | |
| write | move_fieldMove a field to a different section or reorder. | form_id*, field_id*, target_section_id*, target_ordinal | |
| write | move_sectionMove a section to a different page or reorder. | form_id*, section_id*, target_page_id*, target_ordinal | |
| write | reorder_pagesReorder all pages in a form. | form_id*, page_ids* | |
| Quizzes | read | list_quizzesList quizzes for an organization. | org_slug*, limit |
| read | get_quizGet full details of a quiz by ID. | quiz_id* | |
| Games | read | list_gamesList games for an organization. | org_slug*, limit |
| read | get_gameGet full details of a game by ID. | game_id* | |
| Submissions | read | list_submissionsList recent submissions for an organization. | org_slug*, limit |
| read | list_form_submissionsList submissions for a specific form. | form_id*, limit | |
| read | get_submissionGet full submission data by ID. | submission_id* | |
| read | get_submission_statsGet submission statistics for an organization. | org_slug* | |
| Billing | read | list_paymentsList recent payments for an organization. | org_slug*, limit |
| read | get_subscriptionGet the current subscription for an organization. | org_slug* | |
| Tiers | read | list_tiersList all available pricing tiers. | - |
| User | read | get_current_userGet the profile of the authenticated user. | - |
* required parameter