Skip to main content
Glama

bulk_find_replace_site

Destructive

Run bulk find and replace on Elementor pages across a site. First call performs a dry run to show match counts; second call applies changes with per-page backup and validation.

Instructions

Find/replace plain text in every Elementor page on a single site. TWO-CALL FLOW: dry-run returns per-page match_count + total + confirmation_token. Apply iterates each page (auto-backup + validate + flush per page). Slower than wp_search_replace but works without SSH and gives per-page granularity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idNo
findYes
replaceYes
widget_typeNo
case_sensitiveNo
confirmationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
site_idYes
pages_scannedYes
total_match_countYes
pages_with_matchesYes
pages_appliedNo
confirmation_tokenNo
expires_in_secondsNo
Behavior5/5

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

Annotations already indicate destructiveHint=true and idempotent=false. The description adds critical behavioral details: the two-call flow, dry-run outputs (match_count, total, confirmation_token), and that apply iterates pages with auto-backup, validate, and flush. No contradiction with annotations.

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 three sentences, front-loaded with purpose, and every sentence adds value. It is efficiently structured with key information in minimal 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?

Given the tool's complexity (6 parameters, output schema exists), the description covers the flow and behavior but misses parameter details and error/limitation info. It is adequate but not fully complete.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any parameters (site_id, widget_type, case_sensitive, confirmation). It only indirectly mentions confirmation_token from dry-run, but does not clarify the confirmation parameter or others. This is a major gap.

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 finds and replaces plain text on every Elementor page on a single site. It distinguishes itself from siblings like wp_search_replace by emphasizing per-page granularity and no-SSH requirement.

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 explains the two-call flow (dry-run then apply) and compares to wp_search_replace (slower but no SSH, per-page granularity). It provides clear context for when to use this tool, though it does not explicitly state when NOT to use it.

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/Mogacode-ma/elementor-mcp-agent'

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