# transkribus_label_remove_all_documents

Remove all documents from a label.

Agent View of the PolicyLayer registry record for `transkribus_label_remove_all_documents`. HTML page: https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-label-remove-all-documents

## Facts

- Tool: `transkribus_label_remove_all_documents`
- Server: Transkribus (`@lazyants/transkribus-mcp-server`) — https://policylayer.com/tools/io-github-lazyants-transkribus.md
- Install: `npx -y @lazyants/transkribus-mcp-server`
- Homepage: https://github.com/lazyants/transkribus-mcp-server
- 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": "transkribus_label_remove_all_documents",
    "arguments": {}
  }
}
```

## Why transkribus_label_remove_all_documents is rated Critical

The tool performs a destructive action that cannot be undone: it removes (deletes) all documents associated with a label in a batch operation. This falls under Destructive rather than Write because removal is irreversible and affects multiple records simultaneously. The blast radius is high if an AI agent misclassifies what 'all documents' means or executes this unintentionally on the wrong label.

From the tool's own definition: "Tool name contains 'remove' and description states 'Remove all documents from a label' — this is an irreversible bulk deletion operation affecting potentially many documents."

Risk signals: Bulk/mass operation — affects multiple targets

## Use case

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

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

## Other tools on Transkribus (300)

- `transkribus_coll_credit_remove_package` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-coll-credit-remove-package.md
- `transkribus_coll_delete` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-coll-delete.md
- `transkribus_coll_delete_empty` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-coll-delete-empty.md
- `transkribus_coll_remove_user` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-coll-remove-user.md
- `transkribus_coll_user_remove` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-coll-user-remove.md
- `transkribus_crowd_delete_messages` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-crowd-delete-messages.md
- `transkribus_crowd_delete_milestones` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-crowd-delete-milestones.md
- `transkribus_doc_delete` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-doc-delete.md
- `transkribus_editdecl_delete_feature` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-editdecl-delete-feature.md
- `transkribus_editdecl_delete_option` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-editdecl-delete-option.md
- `transkribus_job_undo` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-job-undo.md
- `transkribus_label_delete` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-label-delete.md
- `transkribus_label_remove_all_pages` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-label-remove-all-pages.md
- `transkribus_label_remove_pages` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-label-remove-pages.md
- `transkribus_model_delete` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-model-delete.md
- `transkribus_model_delete_by_type` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-model-delete-by-type.md
- `transkribus_model_remove_collection` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-model-remove-collection.md
- `transkribus_model_remove_collection_by_id` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-model-remove-collection-by-id.md
- `transkribus_page_delete` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-page-delete.md
- `transkribus_page_delete_transcript` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-page-delete-transcript.md
- `transkribus_recog_delete` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-recog-delete.md
- `transkribus_recog_remove_from_collection` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-recog-remove-from-collection.md
- `transkribus_search_reset_index` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-search-reset-index.md
- `transkribus_upload_delete` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-upload-delete.md
- `transkribus_user_delete` — Destructive — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-user-delete.md
- `transkribus_admin_rebuild_models_index` — Execute — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-admin-rebuild-models-index.md
- `transkribus_du_recognize` — Execute — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-du-recognize.md
- `transkribus_job_create` — Execute — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-job-create.md
- `transkribus_job_restart_all_by_user` — Execute — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-job-restart-all-by-user.md
- `transkribus_la_analyze` — Execute — https://policylayer.com/tools/io-github-lazyants-transkribus/transkribus-la-analyze.md
- …and 270 more: https://policylayer.com/tools/io-github-lazyants-transkribus.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=io-github-lazyants-transkribus · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/io-github-lazyants-transkribus
