mcp_list_cpt_posts
List posts of any custom post type with filters for status, order, and pagination.
Instructions
List posts of any custom post type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Post type name | |
| per_page | No | Posts per page | |
| page | No | Page number | |
| status | No | Post status filter | any |
| orderby | No | Order by field | date |
| order | No | Sort direction | DESC |