mcp_analyze_schema
Sample documents from an Azure CosmosDB container to discover field names, data types, and frequency, helping understand the data model before writing queries.
Instructions
Analyze the schema/structure of documents in a container. Samples documents to discover field names, data types, and frequency. Use this to understand the data model before writing queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | The ID/name of the container to analyze | |
| sample_size | No | Number of documents to sample for analysis (default: 100) | |
| connection_id | No | ID of the connection to use. Use mcp_list_connections to see available connections. If not specified, uses the default connection. |