cosmosdb_item_read
Retrieve a specific item from a Cosmos DB container using its ID and partition key. The tool ensures accurate data retrieval from a specified database and container.
Instructions
Read an item from 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_id | Yes | ID of the item to read | |
partition_key | Yes | Partition key value for the item |