Skip to main content
Glama

Graphlit MCP Server

Official

ingestSlackMessages

Ingest messages from a Slack channel into the Graphlit knowledge base. Specify the channel name and optionally limit the number of messages to process. Executes asynchronously and returns a feed identifier.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
channelNameYes
readLimitNoNumber of messages to ingest, optional. Defaults to 100.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelName": { "type": "string" }, "readLimit": { "description": "Number of messages to ingest, optional. Defaults to 100.", "type": "number" } }, "required": [ "channelName" ], "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