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
| Parameter | Type | Required | Description |
|---|---|---|---|
| type | string | Yes | Post 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"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
