AWS Security MCP

Apache 2.0
4
  • Apple

get_finding_details

Retrieve detailed JSON data for a specific GuardDuty finding by providing the detector ID and finding ID, enabling in-depth security analysis and incident investigation.

Instructions

Get detailed information about a specific GuardDuty finding.

Args: detector_id: GuardDuty detector ID finding_id: ID of the finding to retrieve Returns: JSON formatted string with detailed finding information

Input Schema

NameRequiredDescriptionDefault
detector_idYes
finding_idYes

Input Schema (JSON Schema)

{ "properties": { "detector_id": { "title": "Detector Id", "type": "string" }, "finding_id": { "title": "Finding Id", "type": "string" } }, "required": [ "detector_id", "finding_id" ], "title": "get_finding_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g