Skip to main content
Glama

Azure Cosmos DB MCP Server

by robinong79

update_item

Modifies specific attributes of an item in an Azure Cosmos DB container by providing the container name, item ID, and updated attributes, enabling precise data management.

Instructions

Updates specific attributes of an item in a Azure Cosmos DB container

Input Schema

NameRequiredDescriptionDefault
containerNameYesName of the container
idYesID of the item to update
updatesYesThe updated attributes of the item

Input Schema (JSON Schema)

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