AWS‑IReveal‑MCP

networkinsights_get_findings

Retrieve detailed findings for a specific network analysis using AWS region and analysis ID. Returns JSON list of NetworkInsightsAccessScopeAnalysisFinding objects for actionable insights.

Instructions

Retrieve all findings for a given analysis. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. analysis_id (str): The ID of the analysis to retrieve findings for. max_results (int): Maximum number of findings to return. Returns: JSON list of NetworkInsightsAccessScopeAnalysisFinding objects.

Input Schema

NameRequiredDescriptionDefault
analysis_idYes
aws_regionYes
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "analysis_id": { "title": "Analysis Id", "type": "string" }, "aws_region": { "title": "Aws Region", "type": "string" }, "max_results": { "default": 1, "title": "Max Results", "type": "integer" } }, "required": [ "aws_region", "analysis_id" ], "title": "networkinsights_get_findingsArguments", "type": "object" }
ID: myt94uniyf