create_document
ActiveTool of Famulor
declared in 0.2.0
Add a website (URL-scraped) document to a knowledge base. File uploads (pdf/txt/docx) must use the Famulor dashboard or a direct multipart/form-data call.
Parameters schema
{
"type": "object",
"required": [
"knowledgebase_id",
"name",
"type"
],
"properties": {
"url": {
"type": "string",
"description": "Main URL to scrape (required if links is not set)"
},
"name": {
"type": "string",
"description": "Max 255 chars"
},
"type": {
"enum": [
"website"
],
"type": "string",
"description": "Only website is supported via MCP"
},
"links": {
"type": "array",
"items": {
"type": "object",
"required": [
"link"
],
"properties": {
"link": {
"type": "string"
}
}
}
},
"description": {
"type": "string",
"description": "Optional, max 255 chars"
},
"knowledgebase_id": {
"type": "integer"
},
"relative_links_limit": {
"type": "integer"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries