Skip to main content
Glama
zilliztech

Zilliz MCP Server

Official
by zilliztech

list_collections

Retrieve all collection names from a specified database in Zilliz Cloud or Milvus to manage and organize vector data collections for AI applications.

Instructions

List all collection names in the specified database.

Args:
    cluster_id: ID of the cluster
    region_id: ID of the cloud region hosting the cluster
    endpoint: The cluster endpoint URL. Can be obtained by calling describe_cluster and using the connect_address field
    db_name: The name of an existing database. Pass explicit dbName or leave empty when cluster is free or serverless
Returns:
    JSON string containing list of collection names
    Example:
    '["quick_setup_new", "customized_setup_1", "customized_setup_2"]'
    If no collections found, returns: '[]'
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_idYes
region_idYes
endpointYes
db_nameNo

Latest Blog Posts

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/zilliztech/zilliz-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server