Skip to main content
Glama

Chroma MCP Server

by privetin

update_document

Modify and update content or metadata of an existing document in the Chroma vector database using a specified document ID.

Instructions

Update an existing document in the Chroma vector database

Input Schema

NameRequiredDescriptionDefault
contentYes
document_idYes
metadataNo

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "document_id": { "type": "string" }, "metadata": { "additionalProperties": true, "type": "object" } }, "required": [ "document_id", "content" ], "type": "object" }
Install Server

Other Tools from Chroma MCP Server

Related Tools

    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/privetin/chroma'

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