📜

get_principle

Retrieve a specific SEED principle by name.

Quick Use

mcporter call brain.get_principle name="sovereignty"

Parameters

ParameterTypeRequiredDescription
namestringPrinciple name (e.g., sovereignty, emergence, execution, design)

Response

{
  "name": "Sovereignty",
  "description": "100% human control, 100% machine execution",
  "details": "The human decides. Always. AI executes with full capability...",
  "examples": ["AI in the loop, not human in the loop", "Your understanding is the amplifier"]
}

Related

list_principles — List all principles · alignment_check — Check a decision against principles