13 tools from the Weavely AI Forms & Surveys MCP Server, categorised by risk level.
View the Weavely AI Forms & Surveys policy →add_element Add an element to a page. The element is appended to the end of the page.
Call this sequentially — NEVER call multiple add_element in parallel.
Use... 2/5 add_page Add a new form page. By default it is inserted before the ending page.
Use this to create multi-page forms. After adding, use add_element to popula... 2/5 create_form Create a new Weavely form. Returns a formId and a live preview URL.
IMPORTANT: This MUST be the first tool you call — all other tools require the f... 2/5 publish_form Publish the form so the user can keep it, share it, and collect real responses.
ONLY call this when the user EXPLICITLY asks to publish, save, or s... 2/5 reorder_elements Move an element to a new position within the same page or to a different page.
Use get_form_summary to see current page and element IDs. 2/5 reorder_pages Reorder the form pages. Provide the form page IDs in the desired order.
The ending page is always kept last automatically — do not include it. 2/5 set_logic Set conditional logic rules and/or event triggers. This replaces ALL existing rules/triggers.
Use get_form_summary to see element and page IDs for ... 2/5 set_settings Configure form-level settings. Only send what you want to change.
Supported language codes: ar, ca, zh-Hans, zh-Hant, hr, cs, da, nl, en, et, fi, f... 2/5 set_theme Set the form's visual theme. Choose colors, fonts, layout, and component styles that match the form's topic and tone. Be creative — pick a cohesive... 2/5 update_element Update an existing element's properties. Only send the fields you want to change.
Use get_form_summary to find element IDs.
Note: you cannot change... 2/5 The Weavely AI Forms & Surveys MCP server exposes 13 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Weavely AI Forms & Surveys server.
Weavely AI Forms & Surveys tools are categorised as Read (1), Write (10), Destructive (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept