Skip to main content
Glama

wp_elementor_add_repeater_item

Append a new item to an Elementor repeater widget by supplying fields that match the widget schema. Use it to add carousel slides, testimonials, or photos to a specific page element.

Instructions

Append a new item to an Elementor repeater widget (add a carousel slide, testimonial, photo). Provide item fields matching the widget schema.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYesItem fields — for image-carousel: {image: {id: 42, url: '...'}, caption: 'text', link: {url: ''}}; for jet-testimonials: {item_name: 'Name', item_title: 'Title', item_content: 'Text', item_image: {id: 42}}
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?

With no annotations provided, the description carries the full disclosure burden. It conveys that the operation is additive ('append', 'add a...') rather than destructive to existing items, and it flags a real behavioral constraint: item fields must match the widget schema. It does not disclose return values, persistence or CSS-regeneration side effects, or behavior when element_id does not reference a repeater widget — gaps that matter for a mutation tool with zero annotation coverage.

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?

One front-loaded sentence states the action before concrete examples, followed by a short operational directive. There is no filler and both clauses earn their place, making the definition appropriately sized for its scope.

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 tool has a nested flexible object, no output schema, and no annotations, so completeness depends on the description plus the parameter schema. Together they provide the key operational steps (target page, element_id from wp_elementor_list_elements, schema-matching fields), but the return value and side effects of the mutation are left unstated. That is adequate for making the call but not fully complete.

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%, and the item parameter itself already carries rich per-widget field examples (image-carousel, jet-testimonials) plus page_id and element_id semantics. The description's 'provide item fields matching the widget schema' reinforces but does not extend the schema's guidance, so the baseline 3 applies.

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 opens with a specific verb+resource pair ('Append a new item to an Elementor repeater widget') and grounds it with concrete examples (carousel slide, testimonial, photo). The 'append' verb clearly differentiates it from wp_elementor_update_repeater_item and wp_elementor_remove_repeater_item, and from wp_elementor_insert_widget which adds whole widgets rather than items within them.

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 examples ('add a carousel slide, testimonial, photo') give an agent concrete context for when this tool applies, and the directive to 'provide item fields matching the widget schema' sets operational expectations for the call. It does not, however, name alternatives or state when not to use it (e.g., versus wp_elementor_update_repeater_item for modifying an existing slide), so it stops short of explicit routing.

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