Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

pressable_reset_sftp_user_password

Reset the password for a specific SFTP user on a WordPress site to restore access or enhance security.

Instructions

Reset the password for a specific SFTP user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idYes
usernameYes

Implementation Reference

  • The handler function that executes the POST request to reset the SFTP user password.
    handler: async (args) => {
        return await api.post(`/sites/${args.site_id}/sftp-users/${args.username}/reset-password`);
    }
  • tools/server.js:44-53 (registration)
    The registration and input schema definition for the pressable_reset_sftp_user_password tool.
    name: 'pressable_reset_sftp_user_password',
    description: 'Reset the password for a specific SFTP user.',
    inputSchema: {
        type: 'object',
        properties: {
            site_id: { type: 'string' },
            username: { type: 'string' }
        },
        required: ['site_id', 'username']
    },
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