AWS‑IReveal‑MCP

accessanalyzer_list_analyzers

Retrieve a JSON-formatted list of IAM Access Analyzer analyzers in a specified AWS region, enabling users to monitor and assess access permissions effectively.

Instructions

List all IAM Access Analyzer analyzers in the specified region. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. Returns: str: JSON-formatted list of analyzers.

Input Schema

NameRequiredDescriptionDefault
aws_regionYes

Input Schema (JSON Schema)

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