Graphlit MCP Server

Official
by graphlit
Verified

ingestFile

Uploads local files to the Graphlit knowledge base for processing, extracting content, and enabling search within MCP clients. Supports async execution and returns a content identifier.

Instructions

Ingests local file into Graphlit knowledge base. Accepts the path to the file in the local filesystem. Executes asynchronously and returns the content identifier.

Input Schema

NameRequiredDescriptionDefault
filePathYes

Input Schema (JSON Schema)

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