wp_get_post_meta tool reference for StifLi Flex MCP
Sensitive readgets post metadata.
Description
gets post metadata.
What it is for
- Diagnosing custom fields.
- Reading plugin data attached to a post.
Example use case
checking SEO-related fields.
Sample prompt
Get the post meta for post ID 245 so I can inspect custom SEO and workflow fields.
Sample response
{
"tool": "wp_get_post_meta",
"status": "ok",
"items": []
}
What does wp_get_post_meta do?
gets post metadata.
Does wp_get_post_meta modify site data?
It does not modify data, but it can expose sensitive site, user, or configuration details.
Which capability is commonly required?
It usually runs under controls compatible with profile-enabled access and the active MCP profile.
How should wp_get_post_meta be used safely?
Restrict this tool by profile and avoid exposing full raw output in shared channels.
