You're viewing a demo portfolio

Join the waitlist
PRSM

create_document

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Famulor

https://github.com/bekservice/Famulor-MCP

1/7 registries
View full server →