# evidence_delete

Delete a record from any AbraFlexi evidence.

Agent View of the PolicyLayer registry record for `evidence_delete`. HTML page: https://policylayer.com/tools/abraflexi/evidence-delete

## Facts

- Tool: `evidence_delete`
- Server: AbraFlexi (`abraflexi-mcp-server`) — https://policylayer.com/tools/abraflexi.md
- Install: `npx -y abraflexi-mcp-server`
- Homepage: https://github.com/VitexSoftware/abraflexi-mcp-server
- Risk category: Destructive (Critical risk)
- Registry record: grade F, identity verified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Hidden

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

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "evidence_delete",
    "arguments": {}
  }
}
```

## Why evidence_delete is rated Critical

The tool irreversibly deletes evidence records. While not involving financial or sensitive banking data directly based on the name, the deletion of evidence in what appears to be a business/compliance context (given sibling tools like bank_transaction operations and contact management) poses a high risk if misused. An AI agent could inadvertently or maliciously delete critical business records.

From the tool's own definition: "Tool name 'evidence_delete' and description 'Delete a record from any AbraFlexi evidence' explicitly perform deletion operations that cannot be undone."

## Use case

AI agents call evidence_delete to permanently remove resources in AbraFlexi, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

## Recommended policy (PolicyLayer)

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

```json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "evidence_delete"
  ]
}
```

## Other tools on AbraFlexi (20)

- `contact_delete` — Destructive — https://policylayer.com/tools/abraflexi/contact-delete.md
- `invoice_issued_delete` — Destructive — https://policylayer.com/tools/abraflexi/invoice-issued-delete.md
- `product_delete` — Destructive — https://policylayer.com/tools/abraflexi/product-delete.md
- `bank_transaction_create` — Financial — https://policylayer.com/tools/abraflexi/bank-transaction-create.md
- `bank_transaction_get` — Read — https://policylayer.com/tools/abraflexi/bank-transaction-get.md
- `contact_get` — Read — https://policylayer.com/tools/abraflexi/contact-get.md
- `evidence_get` — Read — https://policylayer.com/tools/abraflexi/evidence-get.md
- `evidence_list` — Read — https://policylayer.com/tools/abraflexi/evidence-list.md
- `invoice_issued_get` — Read — https://policylayer.com/tools/abraflexi/invoice-issued-get.md
- `invoice_received_get` — Read — https://policylayer.com/tools/abraflexi/invoice-received-get.md
- `product_get` — Read — https://policylayer.com/tools/abraflexi/product-get.md
- `contact_create` — Write — https://policylayer.com/tools/abraflexi/contact-create.md
- `contact_update` — Write — https://policylayer.com/tools/abraflexi/contact-update.md
- `evidence_create` — Write — https://policylayer.com/tools/abraflexi/evidence-create.md
- `evidence_update` — Write — https://policylayer.com/tools/abraflexi/evidence-update.md
- `invoice_issued_create` — Write — https://policylayer.com/tools/abraflexi/invoice-issued-create.md
- `invoice_issued_update` — Write — https://policylayer.com/tools/abraflexi/invoice-issued-update.md
- `invoice_received_create` — Write — https://policylayer.com/tools/abraflexi/invoice-received-create.md
- `product_create` — Write — https://policylayer.com/tools/abraflexi/product-create.md
- `product_update` — Write — https://policylayer.com/tools/abraflexi/product-update.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=abraflexi · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/abraflexi
