# zaman_damgalarim

İmzala hesabındaki (veya organizasyon çalışma alanındaki) RFC 3161 zaman damgalarını (Eser Tasdik) listeler. Her kayıt için dosya adı, damga tarihi ve durum döner. Sözleşme tamamlanınca otomatik üretilen damgalar bu listede gösterilmez (onlar sözleşme sayfasından indirilir).

Agent View of the PolicyLayer registry record for `zaman_damgalarim`. HTML page: https://policylayer.com/tools/imzala-mcp-server/zaman-damgalarim

## Facts

- Tool: `zaman_damgalarim`
- 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: 2
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `limit` | integer | no | Sayfa boyutu (varsayılan 20, en fazla 100) |
| `sayfa` | integer | no | Sayfa numarası (varsayılan 1) |

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

## Why zaman_damgalarim is rated Low

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

## Use case

AI agents call zaman_damgalarim 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": {
    "zaman_damgalarim": {
      "limits": [
        {
          "counter": "zaman_damgalarim_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
- `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

## 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
