Custom Post Type Toolswordpress_list_post_types
Custom Post Type Tools

wordpress_list_post_types

List all registered WordPress post types.

wordpress_list_post_types

List all registered post types.

Parameters

This tool takes no parameters.

Response

{
  "success": true,
  "post_types": [
    {
      "type": "page",
      "label": "Pages"
    },
    {
      "type": "post",
      "label": "Posts"
    }
  ]
}

Example Prompts

  • "List post types"
  • "What custom post types are available?"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025