Skip to main content
Glama

wp_elementor_remove_repeater_item

Remove an item from an Elementor repeater widget by zero-based index. Provide page ID, element ID, and index; confirm when safe mode is on.

Instructions

Remove an item from an Elementor repeater widget by zero-based index. Requires confirm: true when safe mode is on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYesZero-based item index from wp_elementor_list_repeater_items
confirmNoSet true to confirm when safe mode is enabled
page_idYesPage or template ID
element_idYesElement ID from wp_elementor_list_elements

Schema Changelog

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

  1. Addedv2.3.0

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose the confirmation requirement when safe mode is on, which is useful, but it does not state whether the removal is permanent or how remaining item indices are affected.

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 tight sentences with no filler. The core action and target come first, and the safe-mode requirement is stated succinctly without restating schema fields.

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 is adequate for basic invocation, covering the operation, the indexing semantics, and the confirmation condition. However, it does not mention return values, irreversibility, or reindexing behavior, and no annotations compensate for these omissions.

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 description coverage is 100%, so the baseline is 3. The description adds value by clarifying that the index is zero-based and explaining the confirm parameter's role in safe mode, going beyond the schema's basic field descriptions.

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 names the exact action (remove), the resource (Elementor repeater widget), and the indexing scheme (zero-based index). This clearly communicates the tool's function and distinguishes it from the sibling add/update repeater tools.

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 this tool should be used when removing an item from a repeater, and the schema's index parameter references wp_elementor_list_repeater_items. However, there is no explicit when-to-use or when-not-to-use guidance, nor any direct comparison with the add/update repeater sibling 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/mpierre135/wp-mcp-control-server'

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