AWS Security MCP

Apache 2.0
4
  • Apple

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

ID: s0vblk657g