AWS Security MCP

Apache 2.0
4
  • Apple

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

ID: s0vblk657g