Skip to main content
Glama

wp_list_themes

List all installed WordPress themes with their active/inactive status, version, and parent theme details.

Instructions

List all installed WordPress themes with their status (active/inactive), version, and parent theme info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden and does disclose what the agent will receive (active/inactive status, version, parent theme), implying a read-only enumeration. However, it does not address contextual behavior such as WordPress multisite semantics (network-active vs site-active themes), output format, or any permissions needed to enumerate themes.

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?

A single 18-word sentence with zero waste: the verb and resource are front-loaded, and the return fields are listed compactly. Every clause earns its place.

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 low-complexity, zero-parameter tool with no output schema, the description adequately conveys the result contents (status, version, parent theme info), compensating for the missing output schema. The main gaps are the lack of comparative guidance versus wp_search_themes and no annotation coverage to confirm the read-only safety profile.

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?

The tool has zero parameters, so the baseline is 4; the description correctly implies a no-input operation and adds no misleading parameter claims. Since there is nothing to document, the description provides appropriate meaning for the empty schema.

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 ('List') and resource ('all installed WordPress themes') with explicit scope ('all installed'), which distinguishes it from siblings like wp_search_themes, wp_install_theme, and wp_activate_theme. It also enumerates the specific fields returned (status, version, parent theme info). An agent can tell exactly what this tool does without opening any schema.

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

Usage Guidelines3/5

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

The phrase 'List all installed' implies the use case of enumerating the full theme inventory, but there is no explicit when-to-use guidance or exclusion. With wp_search_themes as a close sibling, the description misses the opportunity to route the agent ('to find a theme by criteria, use wp_search_themes instead'), leaving selection to inference.

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