Skip to main content
Glama

wp_elementor_publish_template

Publish a draft Elementor Theme Builder template to make it live. Confirm the action when safe mode is enabled to apply changes.

Instructions

Publish a draft Elementor Theme Builder template so it goes live. Requires confirm: true when safe mode is on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoSet true to confirm publish when safe mode is enabled
template_idYesTemplate ID from wp_elementor_list_theme_templates

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.3.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It does disclose that the template transitions from draft to live and that safe mode requires confirmation. However, it does not mention whether republishing an already-live template is safe, whether the action is reversible, or what the tool returns. This is adequate but not rich.

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 short sentences with no filler. The core action is front-loaded, and the critical safe-mode condition is placed in the second sentence. Every part earns its place.

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?

For a simple two-parameter action with full schema coverage, the description is largely complete. It explains the purpose, the transition to live, and the confirmation requirement. Minor gaps, such as defining how safe mode is determined or describing the response, are not critical for successful invocation.

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 description coverage is 100%, so the schema already documents both parameters well, including that template_id comes from wp_elementor_list_theme_templates and that confirm is tied to safe mode. The description adds marginal value by emphasizing the confirm requirement, but most parameter meaning is already in 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 states a specific verb ('Publish'), a precise resource ('draft Elementor Theme Builder template'), and the intended outcome ('goes live'). This is clearly distinguished from the many read/list and template-condition 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 gives clear context for when to use the tool: publishing a draft Elementor Theme Builder template. It also includes the key conditional requirement about confirm in safe mode. It does not explicitly name alternatives or exclusions, but there is no obvious sibling that competes for this exact action.

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/mpierre135/wp-mcp-control-server'

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