graphlit-mcp-server

Official

ingestFile

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