delete_post_type
ActiveTool of FavCRM
declared in 1.0.0
Delete a custom post type. Built-in types cannot be deleted. Fails if any posts of this type still exist — delete those first.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"postTypeId"
],
"properties": {
"postTypeId": {
"type": "string",
"description": "Post type ID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries