Graphlit MCP Server

Official
by graphlit
Verified

ingestNotionPages

Easily transfer pages from a Notion database into Graphlit's knowledge base. Set a read limit to control the number of pages ingested. Operates asynchronously and provides a feed identifier for tracking.

Instructions

Ingests pages from Notion database into Graphlit knowledge base. Accepts an optional read limit for the number of messages to ingest. Executes asynchronously and returns the feed identifier.

Input Schema

NameRequiredDescriptionDefault
readLimitNoNumber of pages to ingest, optional. Defaults to 100.

Input Schema (JSON Schema)

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