list_databases
Retrieve a list of all databases available in the Mochow instance using Baidu Vector Database MCP Server, enabling efficient database management and operations for LLM applications.
Instructions
List all databases in the Mochow instance.
Returns:
str: A string containing the names of all databases.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_databasesArguments",
"type": "object"
}