wp_posts_get
Retrieve a single WordPress post by ID with full rendered HTML content. Choose edit, view, or embed context to get raw fields or public-facing version.
Instructions
Fetch a single blog post by ID. Returns the normalized post with full content (rendered HTML). Use context=edit (default) to include raw fields when available; context=view for the public-facing rendered version only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| context | No | edit |