remove_document
Delete specific documents from the MCP Knowledge Base Server by providing the document ID, ensuring accurate and up-to-date document management.
Instructions
从知识库中移除文档
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document_id | Yes | 文档ID |
Input Schema (JSON Schema)
{
"properties": {
"document_id": {
"description": "文档ID",
"type": "string"
}
},
"required": [
"document_id"
],
"type": "object"
}