The Content and Publishing tools are how Claude reads, writes, edits, and schedules WordPress posts and pages on your behalf.
What’s included
- wp_create_post / wp_create_page — generate a new post or page with title, body (HTML or Markdown), tags, categories, featured image, and scheduling.
- wp_update_post — edit an existing post’s content, title, status, slug, or any metadata.
- wp_list_posts / wp_list_pages — read content with filters (date, status, author, tag, category, search).
- wp_get_post — fetch a single post by ID or slug.
- wp_delete_post — trash or permanently delete.
- wp_set_featured_image — attach an existing media item or fetch one from a URL.
- wp_publish_scheduled — re-trigger a missed scheduled publish.
- wp_get_revisions / wp_restore_revision — list and roll back to any past revision.
- SEO tools — Yoast, Rank Math, and All-in-One SEO are auto-detected; Claude can read and write the SEO title, meta description, and canonical URL for any post or page.
What customers typically do
- Draft blog posts from a topic line.
- Bulk-update old posts’ SEO metadata.
- Republish drafts that missed their scheduled time.
- Roll back to a previous revision after a bad edit.
See also: /wp-publish for one-shot publishing, and 15 recipes for example prompts.
