AWS‑IReveal‑MCP

networkinsights_list_analyses

Retrieve detailed analyses for specified AWS network scopes using region, scope ID, and analysis IDs. Returns JSON list of NetworkInsightsAccessScopeAnalysis objects.

Instructions

Describe analyses for one or more scopes. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. scope_id (str): The ID of the access scope to filter by. analysis_ids (list[str]): List of analysis IDs to filter by. Returns: JSON list of NetworkInsightsAccessScopeAnalysis objects.

Input Schema

NameRequiredDescriptionDefault
analysis_idsNo
aws_regionYes
scope_idNo

Input Schema (JSON Schema)

{ "properties": { "analysis_ids": { "default": null, "items": { "type": "string" }, "title": "Analysis Ids", "type": "array" }, "aws_region": { "title": "Aws Region", "type": "string" }, "scope_id": { "default": null, "title": "Scope Id", "type": "string" } }, "required": [ "aws_region" ], "title": "networkinsights_list_analysesArguments", "type": "object" }
ID: myt94uniyf