Skip to main content
Glama

Ansible MCP Server

by tarnover

aws_route53

Manage AWS Route53 DNS zones and records, including creation, deletion, listing, and updates, using Ansible automation through the MCP Server.

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

Other Tools from Ansible MCP Server

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-ansible'

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