Skip to main content
Glama

AWS Security MCP

list_waf_ip_sets

Retrieve AWS WAF IP sets by scope ('REGIONAL' or 'CLOUDFRONT') with optional pagination. Returns structured JSON data for security analysis and management.

Instructions

List AWS WAF IP sets.

Args: scope: The scope of the IP sets to retrieve ('REGIONAL' or 'CLOUDFRONT') limit: Maximum number of IP sets to return next_token: Pagination token for fetching the next set of IP sets Returns: JSON object with IP set information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
scopeNoREGIONAL

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "scope": { "default": "REGIONAL", "title": "Scope", "type": "string" } }, "title": "list_waf_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