Skip to main content
Glama

MCP SysOperator

by tarnover

aws_route53

Manage AWS Route53 DNS records and zones by listing, creating, or deleting them directly from the MCP SysOperator server. Simplify DNS management for cloud infrastructure operations.

Instructions

Manage AWS Route53 DNS records and zones

Input Schema

NameRequiredDescriptionDefault
actionYes
commentNo
recordNameNo
recordStateNo
recordTtlNo
recordTypeNo
recordValueNo
regionYes
zoneIdNo
zoneNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list_zones", "list_records", "create_zone", "create_record", "delete_record", "delete_zone" ], "type": "string" }, "comment": { "type": "string" }, "recordName": { "type": "string" }, "recordState": { "type": "string" }, "recordTtl": { "type": "number" }, "recordType": { "type": "string" }, "recordValue": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "region": { "minLength": 1, "type": "string" }, "zoneId": { "type": "string" }, "zoneName": { "type": "string" } }, "required": [ "action", "region" ], "type": "object" }
Install Server

Other Tools from MCP SysOperator

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/tarnover/mcp-sysoperator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server