# fix_slop

Rewrite text to remove detected slop patterns. Detects violations, then uses MCP sampling to rewrite each flagged paragraph with directives targeting the exact violations found. Returns the full rewritten text.

Agent View of the PolicyLayer registry record for `fix_slop`. HTML page: https://policylayer.com/tools/0ju1c3-slop-cop/fix-slop

## Facts

- Tool: `fix_slop`
- Server: Slop Cop (`0ju1c3/slop-cop`) — https://policylayer.com/tools/0ju1c3-slop-cop.md
- Homepage: https://github.com/0ju1c3/slop-cop
- Risk category: Destructive (Critical risk)
- Registry record: grade D, 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": "fix_slop",
    "arguments": {}
  }
}
```

## Why fix_slop is rated Critical

An AI agent that decides to call fix_slop doesn't hesitate, doesn't double-check, and doesn't stop at one. Whatever it removes from Slop Cop is gone. There is no undo for destructive operations.

## Use case

AI agents call fix_slop to permanently remove resources in Slop Cop, 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 Slop Cop:

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

## Other tools on Slop Cop (2)

- `detect_slop` — Read — https://policylayer.com/tools/0ju1c3-slop-cop/detect-slop.md
- `detect_slop_full` — Read — https://policylayer.com/tools/0ju1c3-slop-cop/detect-slop-full.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=0ju1c3-slop-cop · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/0ju1c3-slop-cop
