Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_set_php_filesystem_permissions

Configure PHP file system permissions for a WordPress site to manage access control and security settings.

Instructions

Set PHP file system permissions for a site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The definition and handler implementation for 'pressable_set_php_filesystem_permissions' tool.
        name: 'pressable_set_php_filesystem_permissions',
        description: 'Set PHP file system permissions for a site.',
        inputSchema: {
            type: 'object',
            properties: { id: { type: 'string' } },
            required: ['id']
        },
        handler: async (args) => {
            return await api.post(`/sites/${args.id}/php-permissions`);
        }
    },
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