AWS‑IReveal‑MCP

guardduty_get_finding_statistics

Retrieve JSON-formatted summary statistics for AWS GuardDuty findings by specifying a detector ID and AWS region to monitor threat detection data effectively.

Instructions

Get summary statistics for GuardDuty findings for a given detector. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. detector_id (str): The GuardDuty detector ID. Returns: str: JSON-formatted statistics about the findings.

Input Schema

NameRequiredDescriptionDefault
aws_regionYes
detector_idYes

Input Schema (JSON Schema)

{ "properties": { "aws_region": { "title": "Aws Region", "type": "string" }, "detector_id": { "title": "Detector Id", "type": "string" } }, "required": [ "aws_region", "detector_id" ], "title": "guardduty_get_finding_statisticsArguments", "type": "object" }
ID: myt94uniyf