Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_change_password

Update user passwords securely by calling the MCP cldkctl Server endpoint. Replace old credentials with a new password for enhanced account protection.

Instructions

Call the cldkctl_change_password endpoint

Input Schema

NameRequiredDescriptionDefault
new_passwordYesNew password
old_passwordYesCurrent password

Input Schema (JSON Schema)

{ "properties": { "new_password": { "description": "New password", "type": "string" }, "old_password": { "description": "Current password", "type": "string" } }, "required": [ "old_password", "new_password" ], "type": "object" }
Install Server

Other Tools from MCP cldkctl Server

Related Tools

    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/raffelprama/mcp-cldkctl'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server