list_databases
Retrieve all database names from a specified Zilliz Cloud cluster to manage and organize vector data collections for semantic search operations.
Instructions
List all databases in the current cluster.
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
Returns:
List of database names
Example:
[
"default",
"test"
]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_id | Yes | ||
| region_id | Yes | ||
| endpoint | Yes |