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
| Parameter | Type | Required | Description |
|---|---|---|---|
| type | string | Yes | Post type name |
| title | string | Yes | Post title |
| content | string | No | Post content |
| status | string | No | Post 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'"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
