Skip to content

Commit 38518ab

Browse files
authored
docs: remove non-existent tools (#719)
1 parent 15fb57f commit 38518ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,10 @@ NOTE: atlas tools are only available when you set credentials on [configuration]
312312
- `find` - Run a find query against a MongoDB collection. The number of documents returned is limited by the `limit` parameter and the server's `maxDocumentsPerQuery` configuration, whichever is smaller. The total size of the returned documents is also limited by the `responseBytesLimit` parameter and the server's `maxBytesPerQuery` configuration, whichever is smaller.
313313
- `aggregate` - Run an aggregation against a MongoDB collection. The number of documents returned is limited by the server's `maxDocumentsPerQuery` configuration. The total size of the returned documents is also limited by the `responseBytesLimit` parameter and the server's `maxBytesPerQuery` configuration, whichever is smaller.
314314
- `count` - Get the number of documents in a MongoDB collection
315-
- `insert-one` - Insert a single document into a MongoDB collection
316315
- `insert-many` - Insert multiple documents into a MongoDB collection
317316
- `create-index` - Create an index for a MongoDB collection
318-
- `update-one` - Update a single document in a MongoDB collection
319317
- `update-many` - Update multiple documents in a MongoDB collection
320318
- `rename-collection` - Rename a MongoDB collection
321-
- `delete-one` - Delete a single document from a MongoDB collection
322319
- `delete-many` - Delete multiple documents from a MongoDB collection
323320
- `drop-collection` - Remove a collection from a MongoDB database
324321
- `drop-database` - Remove a MongoDB database

0 commit comments

Comments
 (0)