mcp_create_cpt_post
Create a post for any custom post type by specifying type, title, content, status, and meta fields.
Instructions
Create a post of any custom post type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Post type name | |
| title | Yes | Post title | |
| content | No | Post content | |
| status | No | Post status | draft |
| meta | No | Post meta key-value pairs |