AWS Security MCP

Apache 2.0
4
  • Apple

get_finding

Retrieve detailed JSON-formatted information about a specific Access Analyzer finding by providing the analyzer ARN and finding ID, enabling precise security issue analysis on AWS infrastructure.

Instructions

Get detailed information about a specific Access Analyzer finding.

Args: analyzerArn: ARN of the Access Analyzer finding_id: ID of the finding Returns: JSON string with finding details

Input Schema

NameRequiredDescriptionDefault
analyzerArnYes
finding_idYes

Input Schema (JSON Schema)

{ "properties": { "analyzerArn": { "title": "Analyzerarn", "type": "string" }, "finding_id": { "title": "Finding Id", "type": "string" } }, "required": [ "analyzerArn", "finding_id" ], "title": "get_findingArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g