Skip to main content
Glama

MCP CosmosDB

MIT License

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

NameRequiredDescriptionDefault
container_idYesThe ID of the container
document_idYesThe ID of the document to retrieve
partition_keyYesThe partition key value for the document

Input Schema (JSON Schema)

{ "properties": { "container_id": { "description": "The ID of the container", "type": "string" }, "document_id": { "description": "The ID of the document to retrieve", "type": "string" }, "partition_key": { "description": "The partition key value for the document", "type": "string" } }, "required": [ "container_id", "document_id", "partition_key" ], "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/hendrickcastro/MCPCosmosDB'

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