Skip to main content
Glama

Azure Cosmos DB MCP Server

by robinong79

put_item

Insert or update an item in a specified Azure Cosmos DB container, enabling efficient data management within the database system.

Instructions

Inserts or replaces an item in a Azure Cosmos DB container

Input Schema

NameRequiredDescriptionDefault
containerNameYesName of the container
itemYesItem to insert into the container

Input Schema (JSON Schema)

{ "properties": { "containerName": { "description": "Name of the container", "type": "string" }, "item": { "description": "Item to insert into the container", "type": "object" } }, "required": [ "containerName", "item" ], "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