delete_profile
Remove a stored profile by previewing its contents first, then confirming deletion with confirm=true to permanently erase the profile record and its directory.
Instructions
删除指定 profile。[group: profiles] ⚠️ v5.0.0: 破坏性操作,默认走 preview 路径(返回子目录内容摘要),需要 confirm=true 才真正删除 profiles.db 行 + ~/.universal-db-mcp// 子目录。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| confirm | No | v5.0.0: 二次确认。默认 false 返回预览,传 true 才执行删除。 |