Skip to main content
Glama

Chroma MCP Server

Official

chroma_peek_collection

View a specified number of documents within a Chroma collection to quickly inspect data content. Use this tool for efficient document retrieval and analysis in AI-driven workflows.

Instructions

Peek at documents in a Chroma collection.

Args: collection_name: Name of the collection to peek into limit: Number of documents to peek at

Input Schema

NameRequiredDescriptionDefault
collection_nameYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "collection_name": { "title": "Collection Name", "type": "string" }, "limit": { "default": 5, "title": "Limit", "type": "integer" } }, "required": [ "collection_name" ], "title": "chroma_peek_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