AWS‑IReveal‑MCP

networkinsights_list_scopes

Retrieve a JSON list of all Network Access Scopes within a specified AWS region using the AWS‑IReveal‑MCP server.

Instructions

Describe all Network Access Scopes in the region. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. Returns: JSON list of NetworkInsightsAccessScope objects.

Input Schema

NameRequiredDescriptionDefault
aws_regionYes

Input Schema (JSON Schema)

{ "properties": { "aws_region": { "title": "Aws Region", "type": "string" } }, "required": [ "aws_region" ], "title": "networkinsights_list_scopesArguments", "type": "object" }
ID: myt94uniyf