Claude
create_soul
Create a new soul with initial content. Admin-only operation.
Remote wolfe-jam/claude-faf-mcp
Remote (network-hosted)
Other tools also called create_soul?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Soul identifier (lowercase, no spaces)"
},
"content": {
"type": "string",
"description": "Initial content for the soul"
},
"description": {
"type": "string",
"description": "Human-readable description (optional)"
}
}
}