reorder_post_type_fields
ActiveTool of FavCRM
declared in 1.0.0
Reorder fields on a post type. Pass field IDs in the desired display order; sortOrder is updated to match.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"postTypeId",
"orderedFieldIds"
],
"properties": {
"postTypeId": {
"type": "string",
"description": "Post type ID"
},
"orderedFieldIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Field IDs in the desired order"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries