# set_status

Set a memory

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

## Facts

- Tool: `set_status`
- 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: Write (Medium risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Rate-limited

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

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

## Why set_status is rated Medium

This tool creates or modifies data (a memory entry) in the semantic memory layer reversibly—a memory can be updated, forgotten, or overwritten later. It does not irreversibly delete data (Destructive), execute arbitrary code (Execute), or move money (Financial).

From the tool's own definition: "Tool name 'set_status' combined with description 'Set a memory' indicates it modifies stored memory state. The sibling tools include 'forget' (destructive), 'remember' (write), 'update' (write), and 'append' (write), all operating on a persistent memory store."

## Use case

AI agents use set_status to create or update resources in Second Brain Cloudflare, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Second Brain Cloudflare environment.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Second Brain Cloudflare:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "set_status": {
      "limits": [
        {
          "counter": "set_status_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Second Brain Cloudflare (3)

- `forget` — Destructive — https://policylayer.com/tools/rahilp-second-brain-cloudflare/forget.md
- `unlink` — Destructive — https://policylayer.com/tools/rahilp-second-brain-cloudflare/unlink.md
- `link` — Write — https://policylayer.com/tools/rahilp-second-brain-cloudflare/link.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
