mcp_update_cpt_post
Update a custom post type post by specifying type, ID, and optional fields like title, content, status, and meta key-value pairs.
Instructions
Update a custom post type post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Post type name | |
| id | Yes | Post ID | |
| title | No | Post title | |
| content | No | Post content | |
| status | No | Post status | |
| meta | No | Post meta key-value pairs |