# forget

Permanently delete an entry from your second brain by ID. Only call when the user explicitly asks to delete something. Confirm the entry ID using recall or list_recent first. This action cannot be undone.

Agent View of the PolicyLayer registry record for `forget`. HTML page: https://policylayer.com/tools/rahilp-second-brain-cloudflare/forget

## Facts

- Tool: `forget`
- Server: Second Brain Cloudflare (`rahilp/second-brain-cloudflare`) — https://policylayer.com/tools/rahilp-second-brain-cloudflare.md
- Homepage: https://github.com/rahilp/second-brain-cloudflare
- Risk category: Destructive (Critical risk)
- Registry record: grade F, identity unverified
- 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": "forget",
    "arguments": {}
  }
}
```

## Why forget is rated Critical

The tool deletes data from persistent storage without the ability to recover it. While the severity is not critical (the blast radius is limited to a single user's notes rather than infrastructure or financial systems), the irreversible nature of deletion places it in the Destructive category, which ranks above Execute and Write.

From the tool's own definition: "'Permanently delete an entry' and 'This action cannot be undone' indicate irreversible deletion of data."

## Use case

AI agents call forget to permanently remove resources in Second Brain Cloudflare, 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 Second Brain Cloudflare:

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

## Other tools on Second Brain Cloudflare (3)

- `unlink` — Destructive — https://policylayer.com/tools/rahilp-second-brain-cloudflare/unlink.md
- `link` — Write — https://policylayer.com/tools/rahilp-second-brain-cloudflare/link.md
- `set_status` — Write — https://policylayer.com/tools/rahilp-second-brain-cloudflare/set-status.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=rahilp-second-brain-cloudflare · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/rahilp-second-brain-cloudflare
