Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…
Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…
Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…
Operate documentdb-mcp through its governed MCP and GraphOS capabilities, including documentdb aggregation analytics, documentdb collection admin, documentdb document crud, documentdb starter. Use when a request requires this provider's read, change, automation, ingestion, troubleshooting, or evidence workflows.
Documentdb API + MCP Server + A2A Server Use when working with Documentdb via this package's MCP server/agent — discover its tools, run an operation, or check its reference docs. Replace this starter with real, trigger-oriented capabilities.