mcp_execute_query
Execute SQL queries on Azure CosmosDB containers, specifying parameters, max items, and cross-partition querying for precise data retrieval.
Instructions
Execute a SQL query against a CosmosDB container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | The ID of the container to query | |
| enable_cross_partition | No | Whether to enable cross-partition queries | |
| max_items | No | Maximum number of items to return | |
| parameters | No | Optional parameters for the query as key-value pairs | |
| query | Yes | The SQL query to execute |