Graphlit MCP Server

Official
by graphlit
Verified

ingestUrl

Ingest unstructured content from URLs, including web pages, documents, audio, videos, and images, into the Graphlit knowledge base for processing and retrieval.

Instructions

Ingests content from URL into Graphlit knowledge base. Can scrape web pages, and can ingest individual Word documents, PDFs, audio recordings, videos, images, or any other unstructured data. Executes asynchronously and returns the content identifier.

Input Schema

NameRequiredDescriptionDefault
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "type": "string" } }, "required": [ "url" ], "type": "object" }
ID: fscrivteod