get_anchor
Retrieve a compact anchor with the top 10 non-negotiable rules and creed hash to reinforce context for AI safety guardrails. Specify persona and max length to get a tailored 1-2KB context snippet.
Instructions
Get a compact anchor (1-2KB) with top 10 non-negotiable rules and creed hash for quick context reinforcement
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_length | No | Maximum length of anchor in characters (100-2000) | |
| persona_id | No | The persona ID | ambassador |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchor | Yes | Compact anchor text | |
| persona | Yes | Human-readable persona name | |
| maxLength | Yes | Maximum length applied | |
| personaId | Yes | The persona the anchor was built for | |
| truncated | Yes | True when the anchor was cut to fit max_length | |
| totalRules | No | Total rules in the merged creed |