Page Toolswordpress_read_page
Page Tools

wordpress_read_page

Read a WordPress page including meta and builder information.

wordpress_read_page

Get full content of a specific page including meta data and builder information.

Parameters

ParameterTypeRequiredDescription
idnumberYesPage ID

Response

{
  "success": true,
  "id": 2,
  "title": "Home",
  "status": "publish",
  "content": "<h1>Welcome</h1>",
  "meta": {},
  "builder": {
    "name": "divi",
    "detected": true
  }
}

Example Prompts

  • "Read page 42"
  • "Show me the content of the About page"
  • "What page builder is page 2 using?"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025