wordpress_list_custom_posts
Retrieve posts from a specific custom post type in WordPress. First use list_post_types to identify available post types, then fetch posts with pagination and status filtering.
Instructions
[UNIFIED] List posts of a specific custom post type. Use list_post_types first to discover available post types.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| post_type | Yes | ||
| per_page | No | ||
| page | No | ||
| status | No | any |