Skip to main content
Glama

Azure Cosmos DB MCP Server

by robinong79

query_container

Execute SQL-like queries on an Azure Cosmos DB container by specifying the container name and query string. Simplify database interactions through structured query parameters.

Instructions

Queries a Azure Cosmos DB container using SQL-like syntax

Input Schema

NameRequiredDescriptionDefault
containerNameYesName of the container
parametersNoQuery parameters
queryYesSQL query string

Input Schema (JSON Schema)

{ "properties": { "containerName": { "description": "Name of the container", "type": "string" }, "parameters": { "description": "Query parameters", "type": "array" }, "query": { "description": "SQL query string", "type": "string" } }, "required": [ "containerName", "query" ], "type": "object" }
Install Server

Other Tools from Azure Cosmos DB MCP Server

Related Tools

    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/robinong79/mcp-cosmos'

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