| Create Database | Create a new database in Cosmos DB |
| Delete Database | Delete a database from Cosmos DB |
| Get Database | Get a specific database by ID |
| List Databases | List all databases in the Cosmos DB account |
| Create Collection | Create a new collection in a database |
| Delete Collection | Delete a collection from a database |
| Get Collection | Get a specific collection by ID |
| List Collections | List all collections in a database |
| Create Document | Create a new document in a collection |
| Delete Document | Delete a document from a collection |
| Get Document | Get a specific document by ID |
| List Documents | List all documents in a collection |
| Update Document | Update an existing document in a collection |