Skip to main content
Glama

bricks_elementor_to_bricks

Convert Elementor page exports into Bricks Builder element arrays with a coverage report. Maps widgets structurally for review before import.

Instructions

Convert an Elementor page/template into a Bricks Builder element array. Input is an Elementor JSON export (Elementor UI → Templates → Export, or raw _elementor_data). Maps Elementor widgets/containers to native Bricks elements structurally — no HTML rendering. Returns the Bricks element array + a coverage report (which widgets mapped, which need manual work). Does NOT write to WordPress: review the output, then push with bricks_update_page or bricks_import_page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jsonNoElementor export JSON as a string. Either an export wrapper { content: [...] } or a raw element array.
file_pathNoAbsolute path to an Elementor .json export file. Used if `json` is not provided.
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses the tool is a conversion-only operation (no writing), returns a structured output (array + coverage report), and does not modify WordPress. This provides adequate transparency, though it could explicitly state idempotency or lack of side effects.

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

Conciseness5/5

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

The description is concise (3 sentences) and well-structured: purpose, input specification, output description, and explicit non-action. Every sentence adds value with no redundancy.

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?

Despite no output schema, the description adequately explains outputs (Bricks element array + coverage report). It covers inputs, process, and expected results. However, it could mention the coverage report's structure or that elements are native Bricks structures, but this is minor given the tool's simplicity.

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% with both parameters described. The description adds context: json can be 'export wrapper or raw array', file_path is 'absolute path'. This enriches the schema definitions, making it easier for an agent to decide which parameter to use.

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 tool converts Elementor page/template to Bricks element array, specifying input format (Elementor JSON export) and output (Bricks element array + coverage report). It distinguishes itself from siblings like bricks_html_to_bricks or bricks_import_template by focusing on Elementor conversion.

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

Usage Guidelines5/5

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

The description explicitly says when to use (to convert Elementor content) and importantly states what it does NOT do: 'Does NOT write to WordPress: review the output, then push with bricks_update_page or bricks_import_page.' This gives clear guidance on next steps and alternative tools.

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/developer2013/bricks-mcp-open'

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