Skip to content

Content Tools

Content tools cover pages, posts, drafts, and search. Available on all plans.

ToolDescription
wp_list_pagesList all pages with status, slug, and URL
wp_create_pageCreate a new page
wp_update_pageUpdate page title, content, status, or slug
wp_delete_pageDelete a page permanently
wp_get_page_by_slugFetch a page by its URL slug
wp_clone_pageDuplicate a page including Elementor data
wp_bulk_create_pagesCreate multiple pages in one call
wp_bulk_update_pagesUpdate multiple pages at once
ToolDescription
wp_list_postsList posts with filtering
wp_create_postCreate a post
wp_update_postUpdate post content or metadata
wp_delete_postDelete a post
wp_set_featured_imageSet featured image by media ID
wp_bulk_create_postsCreate multiple posts
wp_bulk_update_postsUpdate multiple posts
ToolDescription
wp_list_draftsList all draft content
wp_delete_all_draftsBulk delete all drafts
wp_searchFull-text search across content
wp_list_contentList 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.