Critical-risk tools in Anaplan MCP
8 of the 70 tools in Anaplan MCP are classified as critical risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at critical risk
-
bulk_delete_modelsDestructiveBulk delete closed models (WARNING: irreversible). Models must be closed first.
-
delete_fileDestructiveDelete a file from a model (WARNING: irreversible). Use show_files to find the fileId.
-
delete_list_itemsDestructiveRemove items from a list (WARNING: irreversible). Specify id or code for each item. Use get_list_items to find values.
-
delete_list_readrequestDestructiveDelete a large volume list read request to free server resources. Always call this after downloading all pages.
-
delete_view_readrequestDestructiveDelete a large volume view read request to free server resources. Always call this after downloading all pages.
-
run_deleteDestructiveExecute a delete action on a model. Use show_actions first to find the delete action ID.
-
close_modelDestructiveClose (archive) a model. Requires workspace admin. Must be closed before bulk_delete_models.
-
set_currentperiodDestructiveSet current period for a model (WARNING: may cause data loss if periods are removed). Use show_currentperiod to see the current value first.
Attacks that target this class
Critical-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.