Tools Catalog / WordPress tools / wp_list_plugins

wp_list_plugins tool reference for StifLi Flex MCP

Read-only
Group EnvironmentCapability manage_options

lists installed plugins with name and version.

Description

lists installed plugins with name and version.

What it is for

  • Diagnosing the environment.
  • Seeing dependencies before using integration tools.

Example use case

environment inventory.

Sample prompt

List all installed plugins with their versions so I can verify which integrations are available.

Sample response

{
  "tool": "wp_list_plugins",
  "status": "ok",
  "items": []
}

What does wp_list_plugins do?

lists installed plugins with name and version.

Does wp_list_plugins modify site data?

No. It is a read-only operation and does not modify content or settings.

Which capability is commonly required?

It usually runs under controls compatible with manage_options and the active MCP profile.

How should wp_list_plugins be used safely?

Limit scope with filters and pagination to reduce overexposure of data.