atlas-streams-discover
Discover and inspect Atlas Stream Processing resources, including workspaces, connections, and processors. Diagnose processor health, view stats, and check network details.
Instructions
Discover and inspect Atlas Stream Processing resources. Also use for 'why is my processor failing', 'what workspaces do I have', 'show processor stats', or 'check processor health'. Use 'list-workspaces' to see all workspaces in a project. Use inspect actions for details on a specific resource. Use 'diagnose-processor' for a combined health report including state, stats, connection health, and recent errors. Use 'get-networking' for PrivateLink and account details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Atlas project ID. Use atlas-list-projects to find project IDs if not available. | |
| action | Yes | What to look up. Start with 'list-workspaces' to see available workspaces, then use inspect actions for details or 'diagnose-processor' for a health report. | |
| workspaceName | No | Workspace name. Required for all actions except 'list-workspaces' and 'get-networking'. | |
| resourceName | No | Connection or processor name. Required for 'inspect-connection', 'inspect-processor', and 'diagnose-processor'. | |
| responseFormat | No | Response detail level. 'concise' returns names and states only. 'detailed' returns full configuration and stats. Default: 'concise' for list actions, 'detailed' for inspect/diagnose. | |
| cloudProvider | No | Cloud provider (AWS, AZURE, GCP). Only for 'get-networking': returns account details for the specified provider. | |
| region | No | Cloud region. Only for 'get-networking': returns account details for the specified region. | |
| limit | No | Max results per page for list actions. Default: 20. | |
| pageNum | No | Page number for list actions. Default: 1. |