Claude
update_soul
Replace entire content of an existing soul. Admin-only operation.
Remote wolfe-jam/claude-faf-mcp
Remote (network-hosted)
Other tools also called update_soul?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Soul identifier"
},
"content": {
"type": "string",
"description": "New content (replaces existing)"
}
}
}