get_db_list
Retrieve a complete list of database names stored on the Doris MCP Server using a unique identifier for each tool call.
Instructions
[Function Description]: Get a list of all database names on the server.
[Parameter Content]:
random_string (string) [Required] - Unique identifier for the tool call
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_db_list_toolArguments",
"type": "object"
}