Skip to main content
Glama

Graphlit MCP Server

Official

deleteContent

Remove specific content by its identifier using this tool. Returns the deleted content's identifier and state, ensuring data management in the Graphlit MCP Server environment.

Instructions

Delete content. Accepts a content identifier. Returns the content identifier and content state, i.e. Deleted.

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