wp_get_post tool reference for StifLi Flex MCP
Read-onlygets one post by ID, with optional author, featured media, and taxonomy enrichments.
Description
gets one post by ID, with optional author, featured media, and taxonomy enrichments.
What it is for
- Reviewing one specific entry.
- Giving the AI full context before optimizing content.
Example use case
inspecting a draft before revision.
Sample prompt
Get post ID 245 with its author, featured image, and taxonomies so I can review it before making changes.
Sample response
{
"tool": "wp_get_post",
"status": "ok",
"items": []
}
What does wp_get_post do?
gets one post by ID, with optional author, featured media, and taxonomy enrichments.
Does wp_get_post 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 edit_posts and the active MCP profile.
How should wp_get_post be used safely?
Limit scope with filters and pagination to reduce overexposure of data.
