II.
Tool JSON
Structured · livetool:mongosh
MongoDB Shell (mongosh) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:mongosh",
"_kind": "Tool",
"_file": "domain/tools/tools-db-shells.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "MongoDB Shell (mongosh)",
"homepageUrl": "https://www.mongodb.com/docs/mongodb-shell/",
"kind": "sql-tool",
"description": "Modern MongoDB shell — Node.js-based REPL with full driver API,\nautocomplete, and scripting support.\n"
},
"outgoingEdges": [
{
"from": "tool:mongosh",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "skill-area:cli-tooling",
"to": "tool:mongosh",
"kind": "uses_tool"
},
{
"from": "tool-server:mcp-mongodb",
"to": "tool:mongosh",
"kind": "integrates_with",
"attributes": {}
}
]
}