Skip to main content
Glama

Chroma MCP Server

by privetin

search_similar

Find semantically similar documents in the Chroma vector database by querying text, filtering by metadata, and specifying result count for precise search outcomes.

Instructions

Search for semantically similar documents in the Chroma vector database

Input Schema

NameRequiredDescriptionDefault
content_filterNo
metadata_filterNo
num_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "content_filter": { "type": "string" }, "metadata_filter": { "additionalProperties": true, "type": "object" }, "num_results": { "default": 5, "minimum": 1, "type": "integer" }, "query": { "type": "string" } }, "required": [ "query" ], "type": "object" }

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