# eser_tescil

RFC 3161 zaman damgası alır: dosyanın en geç belirtilen anda var olduğunu ve değişmediğini kriptografik olarak kanıtlar. Bu bir imza veya eser tescili DEĞİLDİR.

Agent View of the PolicyLayer registry record for `eser_tescil`. HTML page: https://policylayer.com/tools/imzala-mcp-server/eser-tescil

## Facts

- Tool: `eser_tescil`
- 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: 7 (1 required)
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `file_name` | string | yes | Dosya adı (uzantı dahil, ör. belge.pdf) |
| `file_path` | string | no | Zaman damgası uygulanacak dosyanın yerel yolu |
| `description` | string | no | Eser açıklaması |
| `file_base64` | string | no | Zaman damgası uygulanacak dosyanın standart canonical base64 içeriği (data-URL değil) |
| `idempotency_key` | string | no | Aynı isteği tekrarlamayı önlemek için idempotency anahtarı |
| `owner_last_name` | string | no | Eser sahibinin soyadı (beyan) |
| `owner_first_name` | string | no | Eser sahibinin adı (beyan) |

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": "eser_tescil",
    "arguments": {
      "file_name": "<file_name>"
    }
  }
}
```

## Why eser_tescil is rated Low

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

Risk signals: Accepts file system path (file_path)

## Use case

AI agents call eser_tescil 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": {
    "eser_tescil": {
      "limits": [
        {
          "counter": "eser_tescil_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
- `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
- `kisi_ekle` — Other — https://policylayer.com/tools/imzala-mcp-server/kisi-ekle.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
