Chroma · Capability
Chroma Server API — Collections
Chroma Server API — Collections. 5 operations. Lead operation: List collections. Self-contained Naftiko capability covering one Chroma business surface.
What You Can Do
GET
Listcollections
— List collections
/v1/api/v2/tenants/{tenantname}/databases/{databasename}/collections
POST
Createcollection
— Create a collection
/v1/api/v2/tenants/{tenantname}/databases/{databasename}/collections
GET
Getcollection
— Get a collection
/v1/api/v2/tenants/{tenantname}/databases/{databasename}/collections/{collectionid}
PUT
Updatecollection
— Update a collection
/v1/api/v2/tenants/{tenantname}/databases/{databasename}/collections/{collectionid}
DELETE
Deletecollection
— Delete a collection
/v1/api/v2/tenants/{tenantname}/databases/{databasename}/collections/{collectionid}
MCP Tools
list-collections
List collections
read-only
idempotent
create-collection
Create a collection
get-collection
Get a collection
read-only
idempotent
update-collection
Update a collection
idempotent
delete-collection
Delete a collection
idempotent