update_post_type
ActiveTool of FavCRM
declared in 1.0.0
Update a custom post type. Built-in types (blog_post, page) cannot be modified.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"postTypeId"
],
"properties": {
"icon": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Icon name or URL"
},
"label": {
"type": "string",
"description": "Display label"
},
"sortOrder": {
"type": "number",
"description": "Sort order (lower = earlier)"
},
"postTypeId": {
"type": "string",
"description": "Post type ID"
},
"labelPlural": {
"type": "string",
"description": "Plural display label"
},
"supportsBlocks": {
"type": "boolean",
"description": "Allow content blocks (rich body)"
},
"supportsExcerpt": {
"type": "boolean",
"description": "Allow an excerpt field"
},
"supportsNesting": {
"type": "boolean",
"description": "Allow parent/child nesting"
},
"supportsCategories": {
"type": "boolean",
"description": "Allow categories on this post type"
},
"supportsFeaturedImage": {
"type": "boolean",
"description": "Allow a featured image"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries