# delete_checklist

Delete a checklist (and all its items) from a card

Agent View of the PolicyLayer registry record for `delete_checklist`. HTML page: https://policylayer.com/tools/asapo-trello-mcp-server/delete-checklist

## Facts

- Tool: `delete_checklist`
- Server: Trello (`@asapo/trello-mcp-server`) — https://policylayer.com/tools/asapo-trello-mcp-server.md
- Install: `npx -y @asapo/trello-mcp-server`
- Homepage: https://www.npmjs.com/package/@asapo/trello-mcp-server
- 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": "delete_checklist",
    "arguments": {}
  }
}
```

## Why delete_checklist is rated Critical

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

## Use case

AI agents call delete_checklist to permanently remove resources in Trello, 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 Trello:

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

## Other tools on Trello (22)

- `get_board_cards` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-board-cards.md
- `get_board_custom_fields` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-board-custom-fields.md
- `get_board_labels` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-board-labels.md
- `get_board_lists` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-board-lists.md
- `get_card_attachments` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-attachments.md
- `get_card_checklists` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-checklists.md
- `get_card_comments` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-comments.md
- `get_card_custom_fields` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-custom-fields.md
- `get_card_details` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-details.md
- `search_cards` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/search-cards.md
- `add_card_comment` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/add-card-comment.md
- `add_checklist_item` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/add-checklist-item.md
- `attach_card_file` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/attach-card-file.md
- `attach_card_link` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/attach-card-link.md
- `create_card` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/create-card.md
- `create_checklist` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/create-checklist.md
- `create_label` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/create-label.md
- `create_list` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/create-list.md
- `set_card_custom_field` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/set-card-custom-field.md
- `update_card` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/update-card.md
- `update_checklist_item` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/update-checklist-item.md
- `update_label` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/update-label.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=asapo-trello-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/asapo-trello-mcp-server
