Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_enable_site

Activate a WordPress site on Pressable by providing its ID or name to restore functionality and access.

Instructions

Enable a specific site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe site ID or name

Implementation Reference

  • The handler for the 'pressable_enable_site' tool that calls the API to enable the site.
    handler: async (args) => {
        return await api.post(`/sites/${args.id}/enable`);
    }
  • The input schema definition for 'pressable_enable_site'.
    inputSchema: {
        type: 'object',
        properties: {
            id: { type: 'string', description: 'The site ID or name' }
        },
        required: ['id']
    },
  • tools/sites.js:80-81 (registration)
    The registration of the 'pressable_enable_site' tool within the tools list.
    name: 'pressable_enable_site',
    description: 'Enable a specific site.',
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