Skip to main content
Glama

Graphlit MCP Server

Official

isContentDone

Verify if asynchronous content ingestion is complete by providing a content identifier. This tool helps confirm whether ingested content from URLs or other sources is ready for use in Graphlit projects.

Instructions

Check if content has completed asynchronous ingestion. Accepts a content identifier which was returned from one of the non-feed ingestion tools, like ingestUrl. Returns whether the content is done or not.

Input Schema

NameRequiredDescriptionDefault
idYesContent identifier.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Content identifier.", "type": "string" } }, "required": [ "id" ], "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