Skip to main content
Glama

MCP CosmosDB

MIT License

mcp_container_stats

Analyze Azure CosmosDB container statistics, including document count and partition key distribution, by specifying the container ID and optional sample size.

Instructions

Get statistical information about a container including document count and partition key distribution

Input Schema

NameRequiredDescriptionDefault
container_idYesThe ID of the container to analyze
sample_sizeNoSample size for statistics calculation

Input Schema (JSON Schema)

{ "properties": { "container_id": { "description": "The ID of the container to analyze", "type": "string" }, "sample_size": { "default": 1000, "description": "Sample size for statistics calculation", "type": "number" } }, "required": [ "container_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hendrickcastro/MCPCosmosDB'

If you have feedback or need assistance with the MCP directory API, please join our Discord server