Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CLOUDFLARE_EMAIL | No | Your Cloudflare email address (Optional) | |
CLOUDFLARE_ZONE_ID | Yes | Your Cloudflare Zone ID for the domain | |
CLOUDFLARE_API_TOKEN | Yes | Your Cloudflare API token with Zone:Read and Zone:Edit permissions |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_dns_records | List all DNS records for the configured zone |
get_dns_record | Get a specific DNS record by ID |
create_dns_record | Create a new DNS record |
update_dns_record | Update an existing DNS record |
delete_dns_record | Delete a DNS record |