AWS‑IReveal‑MCP

accessanalyzer_get_finding

Retrieve JSON-formatted details of a specific AWS IAM Access Analyzer finding by providing the AWS region, analyzer ARN, and finding ID.

Instructions

Retrieve detailed information about a single finding. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. analyzer_arn (str): The ARN of the analyzer. finding_id (str): The ID of the finding to retrieve. Returns: str: JSON-formatted details of the finding.

Input Schema

NameRequiredDescriptionDefault
analyzer_arnYes
aws_regionYes
finding_idYes

Input Schema (JSON Schema)

{ "properties": { "analyzer_arn": { "title": "Analyzer Arn", "type": "string" }, "aws_region": { "title": "Aws Region", "type": "string" }, "finding_id": { "title": "Finding Id", "type": "string" } }, "required": [ "aws_region", "analyzer_arn", "finding_id" ], "title": "accessanalyzer_get_findingArguments", "type": "object" }
ID: myt94uniyf