Skip to main content
Glama

Graphlit MCP Server

Official

ingestDropboxFiles

Import files from a specified Dropbox folder into the Graphlit knowledge base. Allows setting a file read limit or defaulting to the root folder. Operates asynchronously and returns the feed identifier.

Instructions

Ingests files from Dropbox folder into Graphlit knowledge base. Accepts optional relative path to Dropbox folder (i.e. /Pictures), and an optional read limit for the number of files to ingest. If no path provided, ingests files from root Dropbox folder. Executes asynchronously and returns the feed identifier.

Input Schema

NameRequiredDescriptionDefault
pathNo
readLimitNoNumber of files to ingest, optional. Defaults to 100.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "type": "string" }, "readLimit": { "description": "Number of files to ingest, optional. Defaults to 100.", "type": "number" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/graphlit/graphlit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server