create_form_light
Generate Elementor Form widget JSON from a form specification. Free tier form creation. Input: array of field objects with type, label, required flag, and optional options. Output is valid Elementor form widget JSON that can be inserted via update_page_data or create_template.
This record as markdown: /tools/vamerli-elementify-mcp/create-form-light.md
What create_form_light does on Elementify MCP
AI agents use create_form_light to create or update resources in Elementify MCP, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Elementify MCP environment.
Why create_form_light is rated Medium
This tool creates form widget configurations (Write category) with reversible effects—forms can be created, modified, or removed. The severity is medium rather than high because form creation alone has limited blast radius; malicious use could create spam/phishing forms on a site, but the impact is bounded to form templates rather than affecting core infrastructure, user data exfiltration, or financial systems.
From the tool's definition Tool description explicitly states it 'Generate[s] Elementor Form widget JSON' and can be 'inserted via update_page_data or create_template', indicating creation of new form data structures within the Elementor system.
Attacks that exploit this kind of access
The rule that runs create_form_light safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Elementify MCP, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For create_form_light, this is the rule to start with:
create_form_light stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Elementify MCP, apply this rule, and every create_form_light call is checked against it from then on.
Questions about create_form_light
Generate Elementor Form widget JSON from a form specification. Free tier form creation. Input: array of field objects with type, label, required flag, and optional options. Output is valid Elementor form widget JSON that can be inserted via update_page_data or create_template. It is categorised as a Write tool in the Elementify MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Elementify MCP server in PolicyLayer and add a rule for create_form_light: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Elementify MCP. Nothing to install.
create_form_light is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the create_form_light rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for create_form_light. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
create_form_light is provided by the Elementify MCP server (vamerli/elementify-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Elementify, and thousands of servers like it.
This server
Across the catalogue