Skip to main content
Glama

wp_install_theme

Install a WordPress theme from the official directory by slug, with optional activation to apply it right away.

Instructions

Install a theme from WordPress.org by its slug. Optionally activate it after installation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesTheme slug (e.g. "astra", "flavor")
activateNoActivate after install
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does disclose the mutating nature (install) and the optional activation step, but it doesn't mention potential side effects like overwriting an existing theme, privilege requirements, or failure behavior. Core behavior is present, but meaningful gaps remain.

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 a single, front-loaded sentence with no extraneous words. It states the action, source, and optional secondary behavior efficiently.

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 simplicity, full schema coverage, and lack of output schema, the description is adequate but not complete. It doesn't describe return values, error conditions, or the impact of activation, which would be useful for an agent without annotations.

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%, so the schema already documents both parameters adequately. The description's 'Optionally activate it after installation' largely restates the 'activate' parameter description and adds no new parameter-level detail.

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 states a specific verb ('Install'), the resource ('theme'), and the source ('WordPress.org'), plus the optional activation. This clearly differentiates it from siblings like wp_activate_theme, wp_search_themes, and wp_install_plugin.

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 establishes a clear use case: install a theme from WordPress.org by slug. It doesn't explicitly compare to alternatives or provide when-not conditions, but the action is unambiguous and the context is clear enough for an agent to select 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/THE-KIPDEV/wpagent-mcp'

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