delete_knowledge_document
ActiveTool of FavCRM
declared in 1.0.0
Soft-delete a knowledge document. The agent loses access immediately, but the document can be restored with restore_knowledge_document.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"documentId"
],
"properties": {
"documentId": {
"type": "string",
"description": "Knowledge document ID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries