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
Name | Required | Description | Default |
---|---|---|---|
address | No | Adres (opsiyonel) | |
birthDate | No | Doğum tarihi (YYYY-MM-DD formatında, opsiyonel) | |
department | Yes | Departman | |
Yes | E-posta adresi | ||
joinDate | Yes | İşe giriş tarihi (YYYY-MM-DD formatında) | |
name | Yes | Kullanıcı adı | |
phone | No | Telefon numarası (opsiyonel) | |
position | Yes | Pozisyon | |
salary | No | Maaş (opsiyonel) | |
skills | No | Yetenekler listesi (opsiyonel) |