Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_get_site

Retrieve detailed information about a specific WordPress site using its ID or name to manage site configurations and operations.

Instructions

Get details for a specific site by ID or name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe site ID or site name

Implementation Reference

  • The handler implementation for the 'pressable_get_site' tool.
    handler: async (args) => {
        return await api.get(`/sites/${args.id}`);
    }
  • The input schema for the 'pressable_get_site' tool.
    inputSchema: {
        type: 'object',
        properties: {
            id: { type: 'string', description: 'The site ID or site name' }
        },
        required: ['id']
    },
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