Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Update Plugin

wp_update_plugin

Update an installed WordPress plugin from slug, URL, encoded zip, or local file, keeping it active and requiring explicit confirmation for production sites.

Instructions

Update / replace an already-installed plugin in place (overwrite forced on). Pick ONE source: slug, url, zip_b64, or zip_path (a local zip the connector reads for you). Keeps the plugin's activation state. On the LIVE production site this refuses unless confirm_production=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoZip URL on an allow-listed host (site itself, github.com/*.githubusercontent.com, drive.google.com, docs.google.com).
slugNoInstall from the WordPress.org directory by slug (public plugins only).
zip_b64NoBase64-encoded plugin zip.
activateNoEnsure the plugin is active after updating.
zip_pathNoPath to a plugin zip ON THIS COMPUTER; the connector reads + encodes it for you. Best for our own custom plugins.
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
confirm_productionNoRequired (true) to run on the LIVE production site.
Behavior4/5

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

Annotations only provide readOnly=false, idempotent=false, destructive=false. The description adds valuable context: 'overwrite forced on', 'Keeps the plugin's activation state', and the production refusal unless confirm_production=true. These go beyond the generic hints and are not contradictory.

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 the core action. Each sentence earns its place: core action, source selection, behavior details. No redundancy or fluff.

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 tool with 7 params and no output schema, it covers the main mechanics, source selection, activation state, and production guard. Minor gaps: doesn't explicitly state that a source is required, and no mention of return behavior beyond the response_format parameter. Still largely complete.

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 coverage is 100%, so baseline is 3. The description adds meaning by clarifying that only ONE source should be picked among slug, url, zip_b64, zip_path (not enforced in schema), explaining zip_path is read by the connector, and detailing confirm_production's role. This exceeds baseline.

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 'Update / replace an already-installed plugin in place' with specific verbs and resource. It distinguishes from install/delete/status by noting 'already-installed' and lists source options, making the purpose unambiguous.

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?

It says 'already-installed plugin' implying not for new installs, and explains the production guard requiring confirm_production=true. However, it does not explicitly name alternatives like wp_install_plugin for new installs, so usage context is clear but lacks direct exclusions.

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/ArsNovaSingers/ars-nova-wordpress-mcp'

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