Tools Catalog / WordPress tools / wp_get_categories

wp_get_categories tool reference for StifLi Flex MCP

Read-only
Group TaxonomyCapability manage_categories

lists categories with empty, search, and limit filters.

Description

lists categories with empty, search, and limit filters.

What it is for

  • Reviewing editorial structure.

Example use case

category planning.

Sample prompt

List all categories, including empty ones, so I can review the editorial taxonomy.

Sample response

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

What does wp_get_categories do?

lists categories with empty, search, and limit filters.

Does wp_get_categories 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_categories and the active MCP profile.

How should wp_get_categories be used safely?

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