Skip to main content
Glama

Azure Cosmos DB MCP Server

by robinong79

get_item

Retrieve a specific item from an Azure Cosmos DB container by providing its unique ID and container name. Facilitates direct data access for natural language queries.

Instructions

Retrieves an item from a Azure Cosmos DB container by its ID

Input Schema

NameRequiredDescriptionDefault
containerNameYesName of the container
idYesID of the item to retrieve

Input Schema (JSON Schema)

{ "properties": { "containerName": { "description": "Name of the container", "type": "string" }, "id": { "description": "ID of the item to retrieve", "type": "string" } }, "required": [ "containerName", "id" ], "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