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
Name | Required | Description | Default |
---|---|---|---|
container_name | Yes | Name of the Cosmos DB container | |
database_name | No | Name of the Cosmos DB database (optional, defaults to 'defaultdb') | |
item | Yes | Item data to create (JSON object) |