Custom Post Type Toolswordpress_get_post_type
Custom Post Type Tools

wordpress_get_post_type

Get details for a specific WordPress post type.

wordpress_get_post_type

Get post type details.

Parameters

ParameterTypeRequiredDescription
typestringYesPost type name

Response

{
  "success": true,
  "type": "product",
  "label": "Products",
  "public": true
}

Example Prompts

  • "Get post type details for 'product'"
  • "Tell me about the 'event' post type"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025