mcp_list_databases
Retrieve a complete list of databases within a CosmosDB account using the MCP CosmosDB server tool for efficient database management and analysis.
Instructions
List all databases in the CosmosDB account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | Yes | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"required": [
"random_string"
],
"type": "object"
}