Skip to main content

List Collections

Catalog + Curated

This page is generated from the full broker catalog and enhanced with curated examples.

GETqdrant.qdrant-list-collections

Return collections currently available for the configured cluster.

Request Body

{
"jsonrpc": "2.0",
"id": "qdrant-qdrant-list-collections-example",
"method": "tools/call",
"params": {
"name": "qdrant.qdrant-list-collections",
"arguments": {}
}
}

Arguments Schema

{
"type": "object",
"properties": {},
"additionalProperties": false
}

Code Examples

curl -X POST 'https://madpanda3d.com/lab/mad-mcps/portal/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "qdrant-qdrant-list-collections-example",
"method": "tools/call",
"params": {
"name": "qdrant.qdrant-list-collections",
"arguments": {}
}
}'

Example Responses

{
"ok": true,
"collections": [
{
"name": "school",
"vectorsCount": 142233
},
{
"name": "jarvis-knowledge-base",
"vectorsCount": 9055
}
]
}