Claude
delete_soul
Permanently delete a soul from storage. Admin-only operation.
Remote wolfe-jam/claude-faf-mcp
Remote (network-hosted)
Other tools also called delete_soul?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Soul identifier to delete"
},
"confirm": {
"type": "boolean",
"description": "Must be true to confirm deletion"
}
}
}