Skip to main content
Glama

Azure MCP Server

cosmosdb_item_create

Create a new item in a Cosmos DB container by specifying the container name and item data (JSON object). Part of the Azure MCP Server for automated logging and audit tracking.

Instructions

Create a new item in a Cosmos DB container

Input Schema

NameRequiredDescriptionDefault
container_nameYesName of the Cosmos DB container
database_nameNoName of the Cosmos DB database (optional, defaults to 'defaultdb')
itemYesItem data to create (JSON object)

Input Schema (JSON Schema)

{ "properties": { "container_name": { "description": "Name of the Cosmos DB container", "type": "string" }, "database_name": { "description": "Name of the Cosmos DB database (optional, defaults to 'defaultdb')", "type": "string" }, "item": { "description": "Item data to create (JSON object)", "type": "object" } }, "required": [ "container_name", "item" ], "type": "object" }

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/mashriram/azure_mcp_server'

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