Critical-risk tools in Mealie MCP Server
7 of the 44 tools in Mealie MCP Server 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
-
delete_categoryDestructiveDelete a specific category. Args: category_id: The UUID of the category to delete Returns: Dict[str, Any]: Confirmation of deletion
-
delete_recipeDestructiveDelete a recipe permanently. Args: slug: The unique text identifier for the recipe to delete. Returns: Dict[str, Any]: Confirmation of ...
-
delete_shopping_listDestructiveDelete a specific shopping list. Args: list_id: The UUID of the shopping list to delete Returns: Dict[str, Any]: Confirmation of deletion
-
delete_shopping_list_itemDestructiveDelete a specific shopping list item. Args: item_id: The UUID of the shopping list item to delete Returns: Dict[str, Any]: Confirmation...
-
delete_shopping_list_items_bulkDestructiveDelete multiple shopping list items at once. Args: item_ids: List of shopping list item UUIDs to delete Returns: Dict[str, Any]: Result...
-
delete_tagDestructiveDelete a specific tag. Args: tag_id: The UUID of the tag to delete Returns: Dict[str, Any]: Confirmation of deletion
-
remove_recipe_from_shopping_listDestructiveRemove a recipe's ingredients from a shopping list. Args: list_id: The UUID of the shopping list recipe_id: The UUID of the recipe to remove ...
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.