Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

change_password

Update user password securely in the MCP JSON Database Server. Requires JWT token, old password, and new password for authentication and verification.

Instructions

Kullanıcı şifresini değiştirir

Input Schema

NameRequiredDescriptionDefault
newPasswordYesYeni şifre
oldPasswordYesMevcut şifre
tokenYesJWT token

Input Schema (JSON Schema)

{ "properties": { "newPassword": { "description": "Yeni şifre", "type": "string" }, "oldPassword": { "description": "Mevcut şifre", "type": "string" }, "token": { "description": "JWT token", "type": "string" } }, "required": [ "token", "oldPassword", "newPassword" ], "type": "object" }

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/yusuferenkt/mcp-database'

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