Post Tools
wordpress_read_post
Read a WordPress post, including its content and metadata.
wordpress_read_post
Get full content of a specific post.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | Post ID |
Response
{
"success": true,
"id": 101,
"title": "Hello World",
"status": "publish",
"content": "<p>...</p>",
"meta": {}
}
Example Prompts
- "Read post 101"
- "Show me the content of my latest blog post"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
