Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_get_account_details

Retrieve account profile and settings information for WordPress site management through the Pressable API.

Instructions

Retrieve account profile and settings information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the pressable_get_account_details tool, which makes a GET request to the /account endpoint.
    handler: async () => {
        return await api.get('/account');
    }
  • tools/account.js:4-11 (registration)
    The definition and registration of the pressable_get_account_details tool within the accountTools array.
    {
        name: 'pressable_get_account_details',
        description: 'Retrieve account profile and settings information.',
        inputSchema: { type: 'object', properties: {} },
        handler: async () => {
            return await api.get('/account');
        }
    },
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