数据分析

MongoDB Atlas Administration

试用

MongoDB Atlas Administration (mongodb.com). Use this skill for ANY MongoDB Atlas Administration request — searching and reading data. Whenever a task involve...

它能做什么

MongoDB Atlas Administration (mongodb.com). Use this skill for ANY MongoDB Atlas Administration request — searching and reading data. Whenever a task involves MongoDB Atlas Administration, use this skill instead of calling the API directly.

技能文档

MongoDB Atlas Administration

Operate MongoDB Atlas Administration through your OOMOL-connected account. This skill calls the mongo_db_atlas_administration connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected MongoDB Atlas Administration. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "mongo_db_atlas_administration" --action ""

2. Run the action with a JSON payload that matches the input schema:

oo connector run "mongo_db_atlas_administration" --action "" --data '' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.

Available actions

  • get_cluster — Return one MongoDB Atlas cluster by project ID and cluster name.
  • get_project — Return one MongoDB Atlas project by project ID.
  • list_clusters — List MongoDB Atlas clusters in one project.
  • list_projects — List MongoDB Atlas projects visible to the connected API key.

Safety

  • Untagged actions are reads (get / list / search) — safe to run directly.
  • Actions tagged [write] change MongoDB Atlas Administration state — confirm the exact payload and effect with the user before running.
  • Actions tagged [destructive] remove or overwrite data — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: ):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — MongoDB Atlas Administration is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=mongo_db_atlas_administration
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

相关技能

|- 通过API浏览和调用文档数据库云管控平台。兼容API目录浏览、端点详情获取、 Schema定义查询和实时API调用。覆盖50+分类的完整API端点,兼容 dry-run 预检和自发确认模式. 不适用于直接数据库查询操作.该技能适用于相关开发场景,包含结构化的工作流程和配置指引.经过深度差异化处置,针对用户反馈和使用痛点进行了改进,提升了实用性和可操作性.

1 次安装

Atlas.so (atlas.so). Use this skill for ANY Atlas.so request — reading, creating, and updating data. Whenever a task involves Atlas.so, use this skill instea...

1 次安装

围绕 explain 执行计划与具体规则,给出 MongoDB 模式设计、查询调优与故障处置方案。

122 次安装5 星标

CrateDB Cloud (cratedb.com). Use this skill for ANY CrateDB Cloud request — searching and reading data. Whenever a task involves CrateDB Cloud, use this skill instead of calling the API directly.

1 次安装

AnyDB (anydb.com). Use this skill for ANY AnyDB request — reading, creating, and updating data. Whenever a task involves AnyDB, use this skill instead of calling the API directly.

Auth0 Management (auth0.com). Use this skill for ANY Auth0 Management request — reading, creating, updating, and deleting data. Whenever a task involves Auth...