Skip to main content
Glama

AWS Security MCP

list_resource_record_sets

Retrieve and manage DNS resource record sets in a specific Route53 hosted zone, enabling structured pagination and data export for AWS security analysis.

Instructions

List resource record sets in a specific Route53 hosted zone.

Args: zone_id: ID of the Route53 hosted zone (can include or exclude '/hostedzone/' prefix) limit: Maximum number of record sets to return per page (default: 100) next_token: Pagination token from a previous request (optional) Returns: JSON string with resource record sets and pagination information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
zone_idYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "zone_id": { "title": "Zone Id", "type": "string" } }, "required": [ "zone_id" ], "title": "list_resource_record_setsArguments", "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