Skip to main content
Glama

Build Elementor page

build_page

Compile a website blueprint into Elementor JSON, ready for import and page building, with support for popups, conditions, and animations.

Instructions

Compile a blueprint into import-ready Elementor JSON and write it to a file. The file can be imported in Elementor (Site Settings → Import/Export, or paste into the page template import). Set format: "classic" for flat settings output (recommended for maximum import compatibility with all Elementor versions) or format: "atomic" (default, v4 $$type-wrapped widgets). Supports popup type with triggers/timing via the popup field, Theme Builder conditions via conditions, dynamic tags via dynamic on nodes, CSS custom properties via cssVars, native background/box-shadow props in style, @keyframes CSS animations via keyframes, and reusable widget definitions via globals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoValidate and compile without writing files.
blueprintNoThe blueprint object: { title?, fileName?, theme?, tree: [...], type?, format? ("atomic"|"classic"), popup?, cssVars?, conditions?, keyframes?, globals? }.
outputDirNoDirectory to write into. Defaults to $ELEMENTOR_MCP_OUT or ./output.
designIntensityNoVisual richness: minimal (no motion), standard (tasteful entrance animations), premium (full motion + scroll effects + decorative backgrounds). Default: standard.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description carries full burden. It discloses that it writes to a file, supports dry run, and covers formats, popup, conditions, dynamic tags, CSS vars, animations, and globals. However, it does not mention overwrite behavior or idempotency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is fairly long and packed with information, starting with the core function then listing features in a dense paragraph. It could be more structured (e.g., bullet points) to improve readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 4 parameters and no output schema, the description covers the tool's main function, file output, format options, and supported features. It is fairly complete, though it could mention error handling or edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already describes parameters well. The description adds value by explaining format differences ('classic' vs 'atomic') and listing supported features, which provides context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'compile' and 'write' and the resource 'blueprint into import-ready Elementor JSON'. It distinguishes from siblings like build_popup and validate_blueprint by mentioning specific supported features (popup, conditions) and formats.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives like build_popup or validate_blueprint. It mentions support for popup type but does not advise using build_popup for popups. No when-not-to-use or context information is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Smecha10/elementor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server