Microsoft Azure · Capability
Microsoft Azure Azure Cosmos DB REST API — Items
Microsoft Azure Azure Cosmos DB REST API — Items. 5 operations. Lead operation: Microsoft Azure List Items. Self-contained Naftiko capability covering one Microsoft Azure business surface.
What You Can Do
GET
Itemslist
— Microsoft Azure List Items
/v1/dbs/{databaseid}/colls/{containerid}/docs
POST
Itemscreate
— Microsoft Azure Create an Item
/v1/dbs/{databaseid}/colls/{containerid}/docs
GET
Itemsget
— Microsoft Azure Get an Item
/v1/dbs/{databaseid}/colls/{containerid}/docs/{itemid}
PUT
Itemsreplace
— Microsoft Azure Replace an Item
/v1/dbs/{databaseid}/colls/{containerid}/docs/{itemid}
DELETE
Itemsdelete
— Microsoft Azure Delete an Item
/v1/dbs/{databaseid}/colls/{containerid}/docs/{itemid}
MCP Tools
microsoft-azure-list-items
Microsoft Azure List Items
read-only
idempotent
microsoft-azure-create-item
Microsoft Azure Create an Item
microsoft-azure-get-item
Microsoft Azure Get an Item
read-only
idempotent
microsoft-azure-replace-item
Microsoft Azure Replace an Item
idempotent
microsoft-azure-delete-item
Microsoft Azure Delete an Item
idempotent