Post Toolswordpress_read_post
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

ParameterTypeRequiredDescription
idnumberYesPost 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"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025