Skip to main content
Glama

Graphlit MCP Server

Official

removeContentsFromCollection

Eliminate specified content items from a collection by providing a collection identifier and a list of content identifiers, returning the updated collection identifier.

Instructions

Remove contents from collection. Accepts a collection identifier and a list of content identifiers to remove from collection. Returns the collection identifier.

Input Schema

NameRequiredDescriptionDefault
contentsYesContent identifiers to remove from collection.
idYesCollection identifier.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contents": { "description": "Content identifiers to remove from collection.", "items": { "type": "string" }, "type": "array" }, "id": { "description": "Collection identifier.", "type": "string" } }, "required": [ "id", "contents" ], "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