You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** The default transport is `stdio`, which is suitable for integration with most MCP clients. Use `http` transport if you need to interact with the server over HTTP.
264
264
265
-
## 🛠️ Supported Tools
265
+
## Supported Tools
266
266
267
267
### Tool List
268
268
@@ -305,6 +305,13 @@ NOTE: atlas tools are only available when you set credentials on [configuration]
305
305
-`collection-schema` - Describe the schema for a collection
306
306
-`collection-storage-size` - Get the size of a collection in MB
307
307
-`db-stats` - Return statistics about a MongoDB database
308
+
-`export` - Export a query or aggregation results in the specified EJSON format.
309
+
310
+
## Supported Resources
311
+
312
+
-`config` - Server configuration, supplied by the user either as environment variables or as startup arguments with sensitive parameters redacted. The resource can be accessed under URI `config://config`.
313
+
-`debug` - Debugging information for MongoDB connectivity issues. Tracks the last connectivity attempt and error information. The resource can be accessed under URI `debug://mongodb`.
314
+
-`exported-data` - A resource template to access the data exported using the export tool. The template can be accessed under URI `exported-data://{exportName}` where `exportName` is the unique name for an export generated by the export tool.
0 commit comments