Skip to main content
Glama

AWS Security MCP

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/groovyBugify/aws-security-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server