Graphlit MCP Server

Official
by graphlit
Verified

listSharePointFolders

Retrieve a list of SharePoint folders to identify and organize content for ingestion into the Graphlit knowledge base. Simplify integration with ingestSharePointFiles for structured data management.

Instructions

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" }
ID: fscrivteod