Skip to main content
Glama

bricks_create_full_backup

Create a full-state backup of the Bricks builder layer including pages, templates, styles, and navigation menus to a single JSON file. Use before risky bulk operations to enable recovery.

Instructions

Create a full-state backup of the entire Bricks layer (all pages incl. drafts, templates, global styles/classes/fonts/colors, navigation menus, and curated WordPress core settings) as a single JSON file on the server. Use before risky bulk operations. Does NOT back up media files or the database — pair with a host snapshot for full disaster recovery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 that the backup excludes media files and database, and advises pairing with a host snapshot. This adds important behavioral context, though it does not specify whether it overwrites previous backups or the exact effect on the server.

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 two sentences, highly concise, and front-loaded with the core action. Every sentence adds value: the first defines the operation, the second provides usage guidance and limitations. No wasted words.

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

Completeness3/5

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

The description covers purpose, usage, and limitations, but lacks information about the return value (e.g., file path or success status) and technical details like file naming or location. Given no output schema, this information would be helpful for an agent to confirm completion.

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?

The input schema has zero parameters with 100% schema description coverage. The description does not need to add parameter details since none exist; the baseline of 4 is appropriate as the description focuses on the tool's action rather than parameter meaning.

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 explicitly states the tool creates a full-state backup of the Bricks layer including all pages, drafts, templates, global styles, etc., as a single JSON file. It also clarifies what is not backed up (media, database), clearly distinguishing it from other backup-related sibling tools.

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

Usage Guidelines4/5

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

The description recommends using the tool before risky bulk operations and suggests pairing with a host snapshot for full disaster recovery. This provides clear usage context, though it does not explicitly mention when not to use it or list alternative tools for lighter backups.

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