AWS‑IReveal‑MCP

guardduty_list_detectors

List and retrieve JSON-formatted GuardDuty detector IDs for a specified AWS region, simplifying AWS security monitoring and management.

Instructions

List all GuardDuty detector IDs in the specified AWS region. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. Returns: str: JSON-formatted list of detector IDs.

Input Schema

NameRequiredDescriptionDefault
aws_regionYes

Input Schema (JSON Schema)

{ "properties": { "aws_region": { "title": "Aws Region", "type": "string" } }, "required": [ "aws_region" ], "title": "guardduty_list_detectorsArguments", "type": "object" }
ID: myt94uniyf