Azure Cosmos Ts

🌐Community
by sickn33 · vlatest · Repository

Query, update, and manage Azure Cosmos DB data using TypeScript code via this powerful agent skill.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add azure-cosmos-ts npx -- -y @trustedskills/azure-cosmos-ts
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "azure-cosmos-ts": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-cosmos-ts"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Azure Cosmos DB, a globally distributed, multi-model database service. It enables querying data stored in Cosmos DB using natural language, creating new documents, and updating existing ones. The agent can also retrieve schema information about the containers within your Cosmos DB account.

When to use it

  • Data Analysis: Quickly extract insights from Cosmos DB data without writing complex queries.
  • Content Management: Create or modify content stored in Cosmos DB for websites or applications.
  • Application Development: Automate database tasks like creating new documents or updating existing records.
  • Schema Exploration: Understand the structure of your Cosmos DB containers and their associated documents.

Key capabilities

  • Querying data using natural language.
  • Creating new documents in Cosmos DB.
  • Updating existing documents within Cosmos DB.
  • Retrieving schema information about Cosmos DB containers.

Example prompts

  • "Find all orders placed last week from the 'orders' container."
  • "Create a new document with name 'John Doe' and email '[email protected]' in the 'users' container."
  • “What is the schema of the ‘products’ container?”

Tips & gotchas

  • Requires appropriate Azure Cosmos DB account access credentials to function correctly.
  • The skill's understanding of natural language queries may require refinement depending on the complexity of your data model and query needs.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
18

🌐 Community

Passed automated security scans.