wp_extract_page
Parses a WordPress page into an editable element tree, returning node details like address, tag, and text preview to enable targeted edits.
Instructions
Parse one page into an editable element tree (read-only, no writes).
Returns {builder, roundtrip_ok, tree} where tree is a recursive summary of element nodes: address (index path for edit targeting), tag, admin_label, text_preview (first 80 chars), children. Requires a profile (wp_discover_site).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | Yes | ||
| post_id | Yes |