Qdrant · Capability
Qdrant API — Distributed
Qdrant API — Distributed. 9 operations. Lead operation: Get cluster status info. Self-contained Naftiko capability covering one Qdrant business surface.
What You Can Do
GET
Clusterstatus
— Get cluster status info
/v1/cluster
DELETE
Removepeer
— Remove peer from the cluster
/v1/cluster/peer/{peer-id}
POST
Recovercurrentpeer
— Tries to recover current peer Raft state.
/v1/cluster/recover
GET
Clustertelemetry
— Collect cluster telemetry data
/v1/cluster/telemetry
GET
Collectionclusterinfo
— Collection cluster info
/v1/collections/{collection-name}/cluster
POST
Updatecollectioncluster
— Update collection cluster setup
/v1/collections/{collection-name}/cluster
PUT
Createshardkey
— Create shard key
/v1/collections/{collection-name}/shards
GET
Listshardkeys
— List shard keys
/v1/collections/{collection-name}/shards
POST
Deleteshardkey
— Delete shard key
/v1/collections/{collection-name}/shards/delete
MCP Tools
get-cluster-status-info
Get cluster status info
read-only
idempotent
remove-peer-cluster
Remove peer from the cluster
idempotent
tries-recover-current-peer-raft
Tries to recover current peer Raft state.
collect-cluster-telemetry-data
Collect cluster telemetry data
read-only
idempotent
collection-cluster-info
Collection cluster info
read-only
idempotent
update-collection-cluster-setup
Update collection cluster setup
create-shard-key
Create shard key
idempotent
list-shard-keys
List shard keys
read-only
idempotent
delete-shard-key
Delete shard key