atlas-streams-discover
Discover and inspect Atlas Stream Processing resources: list workspaces, connections, and processors; get details, stats, and health diagnostics for troubleshooting.
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 |
|---|---|---|---|
| limit | No | Max results per page for list actions. Default: 20. | |
| 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. | |
| region | No | Cloud region. Only for 'get-networking': returns account details for the specified region. | |
| pageNum | No | Page number for list actions. Default: 1. | |
| projectId | Yes | Atlas project ID. Use atlas-list-projects to find project IDs if not available. | |
| resourceName | No | Connection or processor name. Required for 'inspect-connection', 'inspect-processor', and 'diagnose-processor'. | |
| cloudProvider | No | Cloud provider (AWS, AZURE, GCP). Only for 'get-networking': returns account details for the specified provider. | |
| workspaceName | No | Workspace name. Required for all actions except 'list-workspaces' and 'get-networking'. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dlq | No | ||
| tier | No | ||
| stats | No | ||
| pipeline | No | ||
| workspace | No | ||
| connection | No | ||
| processors | No | ||
| workspaces | No | ||
| connections | No | ||
| privateLinks | No | ||
| accountDetails | No | ||
| processorState | No | ||
| connectionHealth | No |