Skip to main content
Glama

Chroma MCP Server

by privetin

list_documents

Retrieve a paginated list of all documents stored in the Chroma vector database, specifying limit and offset for efficient navigation and management.

Instructions

List all documents stored in the Chroma vector database with pagination

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "minimum": 1, "type": "integer" }, "offset": { "default": 0, "minimum": 0, "type": "integer" } }, "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