mcp_get_document_by_id
Retrieve a specific document from Azure CosmosDB using its ID and partition key. Input the container ID, document ID, and partition key to access targeted data.
Instructions
Get a specific document by its ID and partition key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
container_id | Yes | The ID of the container | |
document_id | Yes | The ID of the document to retrieve | |
partition_key | Yes | The partition key value for the document |