wp_get_terms tool reference for StifLi Flex MCP
Read-onlylists terms from a taxonomy.
Description
lists terms from a taxonomy.
What it is for
- Querying categories, tags, or custom taxonomies.
Example use case
browsing a custom taxonomy.
Sample prompt
List all terms in the product_brand taxonomy so I can review the brand structure.
Sample response
{
"tool": "wp_get_terms",
"status": "ok",
"items": []
}
What does wp_get_terms do?
lists terms from a taxonomy.
Does wp_get_terms 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_terms be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
