Skip to main content
Glama
sabiertas

Bricks Builder MCP Server

by sabiertas

bricks_update_element

Merge new settings into a Bricks element's existing settings on a page. Use the element ID to update specific element properties.

Instructions

Update a specific element's settings on a page (by element ID). Merges new settings with existing ones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoSite key for multi-site support. Available: main. Defaults to "main".
post_idYesThe page/post ID
element_idYesThe Bricks element ID to update
settingsYesSettings to merge into the element's existing settings
post_typeNoPost type slug. Use "pages" for pages, "posts" for posts, or any registered CPT slug (e.g., "product", "portfolio"). Defaults to "pages".
Behavior3/5

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

The description discloses the key behavioral trait of merging new settings with existing ones, which is important. However, with no annotations provided, it lacks details on error handling, required permissions, or side effects if the element is not found.

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?

Two concise sentences: the first states the purpose, the second explains the merge behavior. No unnecessary words, well front-loaded, and every sentence adds value.

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

Completeness2/5

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

Given the complexity (5 parameters, nested settings object, no output schema), the description is incomplete. It does not explain the output format, error scenarios, prerequisites (e.g., element must exist), or how it differs from related siblings like bricks_set_page_elements.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description reinforces the merge behavior for the 'settings' parameter but does not add additional semantic meaning beyond what the schema already provides for the other parameters.

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 updates a specific element's settings by element ID and emphasizes the merge behavior, which distinguishes it from siblings like bricks_set_page_elements that replace all elements. The verb 'update' and resource 'element settings' are specific.

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

Usage Guidelines3/5

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

The description implies usage for partial updates via the merge behavior but does not explicitly state when to use this tool over alternatives like bricks_bulk_update_elements or bricks_set_page_elements. No exclusions or when-not-to-use guidance is provided.

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/sabiertas/bricks-mcp-server'

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