Tools Catalog / WordPress tools / wp_get_tags

wp_get_tags tool reference for StifLi Flex MCP

Read-only
Group TaxonomyCapability manage_categories

lists tags with filters.

Description

lists tags with filters.

What it is for

  • Reviewing the tag system.

Example use case

tag audit.

Sample prompt

List all tags that match the word security so I can consolidate duplicates.

Sample response

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

What does wp_get_tags do?

lists tags with filters.

Does wp_get_tags 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_tags be used safely?

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