Skip to main content
Glama

AWS Security MCP

list_ip_sets

Retrieve and display GuardDuty IP sets by providing a detector ID and optional max results. Outputs JSON-formatted data for security analysis and monitoring within AWS infrastructure.

Instructions

List IP sets for a GuardDuty detector.

Args: detector_id: GuardDuty detector ID max_results: Maximum number of results to return Returns: JSON formatted string with GuardDuty IP sets

Input Schema

NameRequiredDescriptionDefault
detector_idYes
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "detector_id": { "title": "Detector Id", "type": "string" }, "max_results": { "default": 50, "title": "Max Results", "type": "integer" } }, "required": [ "detector_id" ], "title": "list_ip_setsArguments", "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