graphlit-mcp-server

Official

listSharePointFolders

Lists available SharePoint folders. Returns a list of SharePoint folders, which can be used with ingestSharePointFiles to ingest files into Graphlit knowledge base.

Input Schema

NameRequiredDescriptionDefault
libraryIdYes

Input Schema (JSON Schema)

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