AWS‑IReveal‑MCP

accessanalyzer_get_analyzer

Retrieve JSON-formatted details of a specific AWS Access Analyzer by name, specifying the AWS region and analyzer name for accurate results.

Instructions

Retrieve details of a specific analyzer by name. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. analyzer_name (str): The name of the analyzer to retrieve. Returns: str: JSON-formatted details of the analyzer.

Input Schema

NameRequiredDescriptionDefault
analyzer_nameYes
aws_regionYes

Input Schema (JSON Schema)

{ "properties": { "analyzer_name": { "title": "Analyzer Name", "type": "string" }, "aws_region": { "title": "Aws Region", "type": "string" } }, "required": [ "aws_region", "analyzer_name" ], "title": "accessanalyzer_get_analyzerArguments", "type": "object" }
ID: myt94uniyf