get_knowledge_document
ActiveTool of FavCRM
declared in 1.0.0
Fetch a single knowledge document with metadata + extraction/review status. Reviewed content is served via GET /v6/merchant/ai/knowledge/{id}/content; raw/extracted variants are for audit.
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