Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_list_mu_plugins

Retrieve must-use WordPress plugins for Pressable-hosted sites to manage essential functionality and automate site administration tasks.

Instructions

Get a list of must-use (MU) plugins for your account/sites.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
per_pageNo

Implementation Reference

  • The handler function that executes the 'pressable_list_mu_plugins' tool by calling the API.
    handler: async (args) => {
        return await api.get('/mu-plugins', args);
    }
  • Input schema validation for the 'pressable_list_mu_plugins' tool.
    inputSchema: {
        type: 'object',
        properties: {
            page: { type: 'integer' },
            per_page: { type: 'integer' }
        }
    },
  • Registration object for the 'pressable_list_mu_plugins' tool.
    {
        name: 'pressable_list_mu_plugins',
        description: 'Get a list of must-use (MU) plugins for your account/sites.',
        inputSchema: {
            type: 'object',
            properties: {
                page: { type: 'integer' },
                per_page: { type: 'integer' }
            }
        },
        handler: async (args) => {
            return await api.get('/mu-plugins', args);
        }
    },
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