Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_all_users | Tüm kullanıcıların listesini getir |
get_user_by_id | ID'ye göre belirli bir kullanıcıyı getir |
search_users_by_name | İsme göre kullanıcı ara |
search_users_by_email | E-posta adresine göre kullanıcı ara |
search_users_by_phone | Telefon numarasına göre kullanıcı ara |
add_user | Yeni kullanıcı ekle |