# imzali_pdf_indir

Tamamlanmış bir sözleşmenin imzalı PDF'ini indirir. Sözleşmenin sahipliği önce doğrulanır; yalnız tamamlanmış (COMPLETED) sözleşmelerde çalışır.

Agent View of the PolicyLayer registry record for `imzali_pdf_indir`. HTML page: https://policylayer.com/tools/imzala-mcp-server/imzali-pdf-indir

## Facts

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

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `demand_id` | string | yes | İmzalı PDF'i indirilecek tamamlanmış sözleşmenin kimliği |
| `save_path` | string | no | PDF'in kaydedileceği yerel dosya yolu (verilmezse base64 döner) |

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

## Why imzali_pdf_indir is rated Low

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

## Use case

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