Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_list_site_domains

Retrieve all domains associated with a specific WordPress site to manage DNS configurations and verify site accessibility.

Instructions

Get a list of domains for a specific site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The handler and schema definition for the pressable_list_site_domains tool.
        name: 'pressable_list_site_domains',
        description: 'Get a list of domains for a specific site.',
        inputSchema: {
            type: 'object',
            properties: { id: { type: 'string' } },
            required: ['id']
        },
        handler: async (args) => {
            return await api.get(`/sites/${args.id}/domains`);
        }
    },
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