Custom Post Type Toolswordpress_create_custom_post
Custom Post Type Tools

wordpress_create_custom_post

Create a new custom post for a given post type.

wordpress_create_custom_post

Create a new custom post.

Parameters

ParameterTypeRequiredDescription
typestringYesPost type name
titlestringYesPost title
contentstringNoPost content
statusstringNoPost status (default: draft)

Response

{
  "success": true,
  "type": "product",
  "id": 3002,
  "status": "draft"
}

Example Prompts

  • "Create a new product called 'Starter Plan'"
  • "Create a portfolio entry titled 'Case Study: Acme'"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025