Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

add_user

Add new users to the MCP JSON Database Server by specifying essential details like name, email, department, position, and join date. Supports optional fields such as salary, skills, and address for comprehensive user management.

Instructions

Yeni kullanıcı ekler

Input Schema

NameRequiredDescriptionDefault
addressNoAdres (opsiyonel)
birthDateNoDoğum tarihi (YYYY-MM-DD formatında, opsiyonel)
departmentYesDepartman
emailYesE-posta adresi
joinDateYesİşe giriş tarihi (YYYY-MM-DD formatında)
nameYesKullanıcı adı
phoneNoTelefon numarası (opsiyonel)
positionYesPozisyon
salaryNoMaaş (opsiyonel)
skillsNoYetenekler listesi (opsiyonel)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Adres (opsiyonel)", "type": "string" }, "birthDate": { "description": "Doğum tarihi (YYYY-MM-DD formatında, opsiyonel)", "type": "string" }, "department": { "description": "Departman", "type": "string" }, "email": { "description": "E-posta adresi", "type": "string" }, "joinDate": { "description": "İşe giriş tarihi (YYYY-MM-DD formatında)", "type": "string" }, "name": { "description": "Kullanıcı adı", "type": "string" }, "phone": { "description": "Telefon numarası (opsiyonel)", "type": "string" }, "position": { "description": "Pozisyon", "type": "string" }, "salary": { "description": "Maaş (opsiyonel)", "type": "number" }, "skills": { "description": "Yetenekler listesi (opsiyonel)", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "email", "department", "position", "joinDate" ], "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