Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_list_sites

Retrieve and filter your WordPress sites from your Pressable account, with options for pagination and tag-based organization.

Instructions

Get a list of sites belonging to your account. Sites can be filtered by tag name or paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paginateNoRequest a paginated response
per_pageNoAmount of sites returned in a response
pageNoPage of the response
tagNoFilter sites by tag name

Implementation Reference

  • The handler function that executes the logic for 'pressable_list_sites' by calling the sites API.
    handler: async (args) => {
        return await api.get('/sites', args);
    }
  • The input schema definition for 'pressable_list_sites', defining the expected parameters.
    inputSchema: {
        type: 'object',
        properties: {
            paginate: { type: 'boolean', description: 'Request a paginated response' },
            per_page: { type: 'integer', description: 'Amount of sites returned in a response' },
            page: { type: 'integer', description: 'Page of the response' },
            tag: { type: 'string', description: 'Filter sites by tag name' }
        }
    },
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