Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

update_user

Modify user details in the MCP JSON Database Server by updating fields like name, email, department, and position using the user's unique ID.

Instructions

Mevcut kullanıcı bilgilerini günceller

Input Schema

NameRequiredDescriptionDefault
departmentNoYeni departman
emailNoYeni e-posta adresi
idYesGüncellenecek kullanıcının ID'si
nameNoYeni kullanıcı adı
positionNoYeni pozisyon

Input Schema (JSON Schema)

{ "properties": { "department": { "description": "Yeni departman", "type": "string" }, "email": { "description": "Yeni e-posta adresi", "type": "string" }, "id": { "description": "Güncellenecek kullanıcının ID'si", "type": "number" }, "name": { "description": "Yeni kullanıcı adı", "type": "string" }, "position": { "description": "Yeni pozisyon", "type": "string" } }, "required": [ "id" ], "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