Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_get_dns_records

Retrieve DNS records for a domain zone to manage domain configurations and troubleshoot connectivity issues.

Instructions

Get DNS records for a specific zone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_nameYesThe zone name/domain

Implementation Reference

  • The definition and handler for 'pressable_get_dns_records'. The handler fetches DNS records for a given zone from the API.
    {
        name: 'pressable_get_dns_records',
        description: 'Get DNS records for a specific zone.',
        inputSchema: {
            type: 'object',
            properties: {
                zone_name: { type: 'string', description: 'The zone name/domain' }
            },
            required: ['zone_name']
        },
        handler: async (args) => {
            return await api.get(`/dns/zones/${args.zone_name}/records`);
        }
Install Server

Other Tools

Latest Blog Posts

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/PCWProps/pressable-mcp-server'

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