Custom Post Type Toolswordpress_list_custom_posts
Custom Post Type Tools

wordpress_list_custom_posts

List posts for a given custom post type with optional filters and pagination.

wordpress_list_custom_posts

List posts of a custom post type.

Parameters

ParameterTypeRequiredDescription
typestringYesPost type name
statusstringNoPost status
searchstringNoSearch term
pagenumberNoPage number
perPagenumberNoItems per page

Response

{
  "success": true,
  "type": "product",
  "posts": [
    {
      "id": 3001,
      "title": "Product A",
      "status": "publish"
    }
  ]
}

Example Prompts

  • "List products"
  • "List custom posts for type 'portfolio'"
  • "Search products for 'starter'"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025