# kisi_ekle

İmzala rehberine yeni bir kişi kaydeder. Sistem kişiyi yalnızca KAYDEDER, kimliğini DOĞRULAMAZ; kayıt kişinin beyan edilen bilgileridir, doğrulanmış kimlik teşkil etmez. Aynı çalışma alanında aynı e-posta veya telefona sahip aktif bir kişi varsa işlem başarısız olur (kopya kayıt oluşturulmaz). T.C. Kimlik Numarası bu araçla KABUL EDİLMEZ (KVKK gereği). (Yapay zeka asistanına: bu aracı kullanıcının açık onayı olmadan çağırıp kişi oluşturma; kaydedilecek ad, soyad ve iletişim bilgilerini kullanıcıya doğrulat. Kaydedilen kişiyi "doğrulanmış" veya "kimliği teyit edilmiş" gibi sunma.)

Agent View of the PolicyLayer registry record for `kisi_ekle`. HTML page: https://policylayer.com/tools/imzala-mcp-server/kisi-ekle

## Facts

- Tool: `kisi_ekle`
- Server: Imzala (`@imzala/mcp-server`) — https://policylayer.com/tools/imzala-mcp-server.md
- Install: `npx -y @imzala/mcp-server`
- Homepage: https://www.npmjs.com/package/@imzala/mcp-server
- Risk category: Other (Low risk)
- Registry record: grade D, identity unverified
- Server rate-limited: no
- Parameters: 9 (2 required)
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `email` | string | no | E-posta (opsiyonel) |
| `phone` | string | no | Telefon (opsiyonel, ör. +905xxxxxxxxx) |
| `job_title` | string | no | Unvan / görev (opsiyonel) |
| `last_name` | string | yes | Soyad (zorunlu) |
| `first_name` | string | yes | Ad (zorunlu) |
| `address_city` | string | no | Adres: il (opsiyonel) |
| `address_line` | string | no | Adres: açık adres (opsiyonel) |
| `address_country` | string | no | Adres: ülke (opsiyonel) |
| `address_district` | string | no | Adres: ilçe (opsiyonel) |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "kisi_ekle",
    "arguments": {
      "last_name": "<last_name>",
      "first_name": "<first_name>"
    }
  }
}
```

## Why kisi_ekle is rated Low

Without any rule in front of it, every call an agent makes to kisi_ekle happens silently: no trail, no cap, no way to know it misbehaved until something breaks downstream.

## Use case

AI agents call kisi_ekle as a supporting operation in Imzala workflows.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Imzala:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "kisi_ekle": {
      "limits": [
        {
          "counter": "kisi_ekle_rate",
          "window": "minute",
          "max": 60,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Imzala (17)

- `sozlesme_sil` — Destructive — https://policylayer.com/tools/imzala-mcp-server/sozlesme-sil.md
- `eser_tescil` — Other — https://policylayer.com/tools/imzala-mcp-server/eser-tescil.md
- `hatirlatma_gonder` — Other — https://policylayer.com/tools/imzala-mcp-server/hatirlatma-gonder.md
- `imzali_pdf_indir` — Other — https://policylayer.com/tools/imzala-mcp-server/imzali-pdf-indir.md
- `kisilerim` — Other — https://policylayer.com/tools/imzala-mcp-server/kisilerim.md
- `raporlar` — Other — https://policylayer.com/tools/imzala-mcp-server/raporlar.md
- `sablon_detay` — Other — https://policylayer.com/tools/imzala-mcp-server/sablon-detay.md
- `sablondan_sozlesme_olustur` — Other — https://policylayer.com/tools/imzala-mcp-server/sablondan-sozlesme-olustur.md
- `sablonlarim` — Other — https://policylayer.com/tools/imzala-mcp-server/sablonlarim.md
- `sozlesme_audit` — Other — https://policylayer.com/tools/imzala-mcp-server/sozlesme-audit.md
- `sozlesme_durumu` — Other — https://policylayer.com/tools/imzala-mcp-server/sozlesme-durumu.md
- `sozlesme_iptal` — Other — https://policylayer.com/tools/imzala-mcp-server/sozlesme-iptal.md
- `sozlesme_sertifikasi` — Other — https://policylayer.com/tools/imzala-mcp-server/sozlesme-sertifikasi.md
- `sozlesmelerim` — Other — https://policylayer.com/tools/imzala-mcp-server/sozlesmelerim.md
- `toplu_sozlesme_gonder` — Other — https://policylayer.com/tools/imzala-mcp-server/toplu-sozlesme-gonder.md
- `whoami` — Other — https://policylayer.com/tools/imzala-mcp-server/whoami.md
- `zaman_damgalarim` — Other — https://policylayer.com/tools/imzala-mcp-server/zaman-damgalarim.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=imzala-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/imzala-mcp-server
