mcp_container_info
Retrieve detailed container information, including throughput settings, by specifying the container ID within MCP CosmosDB for efficient database analysis.
Instructions
Get detailed information about a specific container including throughput settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
container_id | Yes | The ID of the container to analyze |
Input Schema (JSON Schema)
{
"properties": {
"container_id": {
"description": "The ID of the container to analyze",
"type": "string"
}
},
"required": [
"container_id"
],
"type": "object"
}