Skip to main content
Glama

MCP SysOperator

by tarnover

aws_route53

Manage AWS Route53 DNS records and zones by executing actions like listing, creating, or deleting records and zones across specified regions.

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" }

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