Skip to main content
Glama

List plugins

list_plugins
Read-only

List every plugin on a WordPress site with activation status and version. Filter by active/inactive status or search terms. Requires admin access.

Instructions

List every plugin installed on the site with its activation status and version. Requires an Administrator account — WordPress exposes no plugin data to lower roles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoMatch against plugin name and description.
statusNoFilter by activation status.all
site_idNoWhich configured WordPress site to act on. Optional — with a single site configured it is used automatically; with several, the default site is used unless you name one. Run list_sites for valid ids.
Behavior4/5

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

The description discloses the Administrator account requirement, which is not present in the annotations, and explains that lower roles receive no data. It also specifies that the output includes activation status and version. This adds meaningful behavioral context beyond the readOnlyHint and destructiveHint 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 two sentences with no redundancy. The core function is front-loaded in the first sentence, and the second sentence adds the necessary permission context. Every word 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 read-only list tool with three optional parameters and no output schema, the description covers the essential requirements: it states the scope ('every plugin'), the return fields (status and version), and a critical permission constraint. It lacks pagination details, but the description is sufficient for an agent to call it correctly.

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%, with all three parameters (search, status, site_id) fully described in the input schema. The description adds no additional parameter semantics or syntax details, so the baseline of 3 applies.

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 explicitly states 'List every plugin installed on the site with its activation status and version', which is a specific verb+resource with clear output details. It differentiates from sibling tools like search_plugins by emphasizing 'every' and from get_plugin by being a list operation. The admin requirement further clarifies the scope.

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 description does not explicitly contrast with sibling tools such as search_plugins or get_plugin, nor does it state when to prefer this over alternatives. It implies usage for enumerating all plugins, and the admin requirement acts as a precondition, but there is no explicit directional guidance.

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/alokemajumder/wpxmcp'

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