Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_list_dns_zones

Retrieve all DNS zones for WordPress site management through the Pressable API, enabling users to view and manage DNS configurations.

Instructions

Get a list of all DNS zones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler function for the pressable_list_dns_zones tool which performs a GET request to /dns/zones.
    handler: async () => {
        return await api.get('/dns/zones');
    }
  • tools/dns.js:4-11 (registration)
    Registration block for the pressable_list_dns_zones tool definition.
    {
        name: 'pressable_list_dns_zones',
        description: 'Get a list of all DNS zones.',
        inputSchema: { type: 'object', properties: {} },
        handler: async () => {
            return await api.get('/dns/zones');
        }
    },
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