Skip to main content
Glama

AWS Security MCP

describe_rules

Retrieve detailed JSON information about rules associated with a specific AWS listener ARN, enabling security inspection and configuration analysis in AWS Security MCP.

Instructions

Describe rules for a listener.

Args: listener_arn: ARN of the listener next_token: Token for pagination max_items: Maximum items to return Returns: JSON string with rule information

Input Schema

NameRequiredDescriptionDefault
listener_arnYes
max_itemsNo
next_tokenNo

Input Schema (JSON Schema)

{ "properties": { "listener_arn": { "title": "Listener Arn", "type": "string" }, "max_items": { "default": 50, "title": "Max Items", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" } }, "required": [ "listener_arn" ], "title": "describe_rulesArguments", "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