delete_post
ActiveTool of FavCRM
declared in 1.0.0
Delete a CMS post by ID. Soft-deleted posts can be restored with restore_post.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"postId"
],
"properties": {
"postId": {
"type": "string",
"description": "The post ID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries