Content tools cover pages, posts, drafts, and search. Available on all plans.
| Tool | Description |
|---|
wp_list_pages | List all pages with status, slug, and URL |
wp_create_page | Create a new page |
wp_update_page | Update page title, content, status, or slug |
wp_delete_page | Delete a page permanently |
wp_get_page_by_slug | Fetch a page by its URL slug |
wp_clone_page | Duplicate a page including Elementor data |
wp_bulk_create_pages | Create multiple pages in one call |
wp_bulk_update_pages | Update multiple pages at once |
| Tool | Description |
|---|
wp_list_posts | List posts with filtering |
wp_create_post | Create a post |
wp_update_post | Update post content or metadata |
wp_delete_post | Delete a post |
wp_set_featured_image | Set featured image by media ID |
wp_bulk_create_posts | Create multiple posts |
wp_bulk_update_posts | Update multiple posts |
| Tool | Description |
|---|
wp_list_drafts | List all draft content |
wp_delete_all_drafts | Bulk delete all drafts |
wp_search | Full-text search across content |
wp_list_content | List any post type (products, events, etc.) |
Create a new page called "Pricing" as a draft,
then add an Elementor pricing section to it.
The agent will call wp_create_page → get the page ID → call wp_set_elementor with a pricing blueprint.