Skip to main content
Glama

Chroma MCP Server

Official

chroma_modify_collection

Update the name or metadata of a Chroma collection to maintain accurate and relevant data organization for efficient retrieval and management within the Chroma MCP Server.

Instructions

Modify a Chroma collection's name or metadata.

Args: collection_name: Name of the collection to modify new_name: Optional new name for the collection new_metadata: Optional new metadata for the collection

Input Schema

NameRequiredDescriptionDefault
collection_nameYes
new_metadataNo
new_nameNo

Input Schema (JSON Schema)

{ "properties": { "collection_name": { "title": "Collection Name", "type": "string" }, "new_metadata": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "New Metadata" }, "new_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "New Name" } }, "required": [ "collection_name" ], "title": "chroma_modify_collectionArguments", "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