{"cmd":"personaj","aliases":["personaje","char"],"category":"literatura","summary":"Character profile with RPG-style stats (intelligence, courage, charisma...)","description":"Returns the full profile of a literary character: name, role (protagonist/antagonist/secondary), archetype, work, RPG stats (intelligence, courage, charisma, morality, influence, resilience), psychological description, link to character page.","syntax":"/personaj [slug]","args":[{"name":"slug","type":"slug","required":false,"description":"Character slug (e.g.: ilie-moromete, otilia, vitoria-lipan)","example":"ilie-moromete"}],"examples":[{"request":"/personaj ilie-moromete","response":"{\"ok\":true,\"type\":\"personaj\",\"card\":{\"name\":\"Ilie Moromete\",\"role\":\"protagonist\",\"workTitle\":\"Moromeții\",\"stats\":{\"intelligence\":85,\"courage\":70,...},\"link\":\"/opere/morometii/personaje/ilie-moromete\"}}"}],"outputType":"personaj | personaj_list","outputFields":[{"name":"name","type":"string","description":"Numele personajului"},{"name":"role","type":"string","description":"protagonist | antagonist | secondary | minor"},{"name":"workTitle","type":"string","description":"Opera în care apare"},{"name":"stats","type":"object","description":"Stats RPG (intelligence, courage, charisma, morality, influence, resilience)"},{"name":"link","type":"string","description":"Link /opere/{workSlug}/personaje/{slug}"}],"resultPagePathPattern":"/opere/{workSlug}/personaje/{slug}","execUrl":"/api/v1/ai/exec","execExample":{"method":"POST","url":"/api/v1/ai/exec","body":{"cmd":"personaj","args":[]}}}