mcp_list_containers
List all containers within a CosmosDB database to streamline container discovery and database analysis, using a straightforward input schema for execution.
Instructions
List all containers in the CosmosDB database
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"
}