Skip to main content
Glama

Azure Cosmos DB MCP Server

by robinong79

put_item

Insert or replace an item in an Azure Cosmos DB container by specifying the container name and the item details. Facilitates direct database interaction via natural language queries on the Azure Cosmos DB MCP Server.

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" }

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