Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Install Plugin

wp_install_plugin

Install a WordPress plugin by slug, zip URL, base64 data, or local file. Optionally activate immediately, overwrite existing, or require production confirmation.

Instructions

Install a plugin on the target WordPress site. Pick ONE source: slug (from WordPress.org), url (allow-listed zip), zip_b64, or zip_path (a local zip file the connector reads for you). Set activate=true to activate right after install. For updating an already-installed plugin, use wp_update_plugin instead (or pass overwrite=true here). 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.
activateNoActivate the plugin immediately after install.
zip_pathNoPath to a plugin zip ON THIS COMPUTER; the connector reads + encodes it for you. Best for our own custom plugins.
overwriteNoOverwrite existing files if the plugin is already installed.
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?

Discloses important behaviors beyond the annotations: requiring exactly one source, the semantics of activate, and refusal on production without confirm_production. It does not mention potential side effects of overwriting existing plugin files, but since destructiveHint=false, this is not a direct contradiction and the provided detail is substantive.

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 sentences long, front-loaded with the primary action, and every phrase adds value: source options, update alternative, activation flag, and production safety condition. No wasted words.

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?

Given the complexity of 8 parameters with four mutually exclusive source options, the description covers the essential selection logic, activation behavior, update fallback, and production guard. It does not explain return values, but no output schema exists and the description is sufficient for an agent to invoke the tool correctly.

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

Parameters5/5

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

Schema provides 100% coverage with parameter descriptions, but the tool description adds critical meaning by explaining the relationship among source parameters ('Pick ONE source') and clarifying how overwrite relates to updates. This goes beyond what the schema alone conveys.

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 'Install a plugin on the target WordPress site,' using a specific verb and resource. It also differentiates from the sibling tool wp_update_plugin by explicitly naming it as the preferred tool for updates.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use guidance: 'For updating an already-installed plugin, use wp_update_plugin instead (or pass overwrite=true here).' It also explains the production guard, making it clear when confirm_production is required and mentioning source selection constraints.

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