Skip to main content
Glama

MCP CosmosDB

MIT License

mcp_analyze_schema

Analyze document schemas in Azure CosmosDB containers to identify data structure and types, using a specified sample size for efficient insights.

Instructions

Analyze the schema of documents in a container to understand data structure and types

Input Schema

NameRequiredDescriptionDefault
container_idYesThe ID of the container to analyze
sample_sizeNoNumber of documents to sample for analysis

Input Schema (JSON Schema)

{ "properties": { "container_id": { "description": "The ID of the container to analyze", "type": "string" }, "sample_size": { "default": 100, "description": "Number of documents to sample for analysis", "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