Skip to main content
Glama

AWS Security MCP

list_distributions

Retrieve and paginate CloudFront distributions within an AWS account using JSON output for security analysis and configuration review.

Instructions

List CloudFront distributions in the AWS account.

Args: limit: Maximum number of distributions to return (default: 1000) next_token: Token for pagination (from previous request) Returns: JSON string with CloudFront distributions

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo

Input Schema (JSON Schema)

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