Skip to main content
Glama

Chroma MCP Server

Official

chroma_delete_documents

Remove specific documents from a Chroma collection by providing the collection name and document IDs. Confirms the number of deleted documents and handles errors for invalid inputs or non-existent collections.

Instructions

Delete documents from a Chroma collection.

Args: collection_name: Name of the collection to delete documents from ids: List of document IDs to delete Returns: A confirmation message indicating the number of documents deleted. Raises: ValueError: If 'ids' is empty Exception: If the collection does not exist or if the delete operation fails.

Input Schema

NameRequiredDescriptionDefault
collection_nameYes
idsYes

Input Schema (JSON Schema)

{ "properties": { "collection_name": { "title": "Collection Name", "type": "string" }, "ids": { "items": { "type": "string" }, "title": "Ids", "type": "array" } }, "required": [ "collection_name", "ids" ], "title": "chroma_delete_documentsArguments", "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/chroma-core/chroma-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server