remove_post_block
ActiveTool of FavCRM
declared in 1.0.0
Remove the block at the given index (0-based). All subsequent blocks shift up by one.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"postId",
"index"
],
"properties": {
"index": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0,
"description": "0-based index of the block to remove"
},
"postId": {
"type": "string",
"description": "The post ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries