cosmosdb_container_list
Retrieve a list of all Cosmos DB containers within a specified database using the Azure MCP Server. Simplify container management and auditing for efficient database operations.
Instructions
List all Cosmos DB containers in a database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_name | No | Name of the Cosmos DB database (optional, defaults to 'defaultdb') |
Input Schema (JSON Schema)
{
"properties": {
"database_name": {
"description": "Name of the Cosmos DB database (optional, defaults to 'defaultdb')",
"type": "string"
}
},
"type": "object"
}