reorder_post_blocks
ActiveTool of FavCRM
declared in 1.0.0
Reorder blocks by passing block IDs in the desired order. The id list must contain every existing block id exactly once.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"postId",
"orderedBlockIds"
],
"properties": {
"postId": {
"type": "string",
"description": "The post ID"
},
"orderedBlockIds": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"description": "Block IDs in the desired order; must match the existing set exactly"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries