Skip to main content
Glama

AWS Security MCP

describe_listeners

Retrieve detailed information about listeners associated with a specific AWS load balancer using the ARN, enabling efficient monitoring and security analysis of configuration settings.

Instructions

Describe listeners for a load balancer.

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

Input Schema

NameRequiredDescriptionDefault
load_balancer_arnYes
max_itemsNo
next_tokenNo

Input Schema (JSON Schema)

{ "properties": { "load_balancer_arn": { "title": "Load Balancer 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": [ "load_balancer_arn" ], "title": "describe_listenersArguments", "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