Skip to main content
Glama

AWS Security MCP

list_waf_rule_groups

Retrieve AWS WAF rule groups by scope, limit, and pagination token to manage and analyze web application firewall configurations effectively.

Instructions

List AWS WAF rule groups.

Args: scope: The scope of the rule groups to retrieve ('REGIONAL' or 'CLOUDFRONT') limit: Maximum number of rule groups to return next_token: Pagination token for fetching the next set of rule groups Returns: JSON object with rule group 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_rule_groupsArguments", "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