get_voice_rules
The canonical writing-voice rules for any text drafted on the user's behalf (outbound messages, intros, follow-ups, posts). Call BEFORE drafting and apply strictly — this is the single source of truth for the user's voice; do not rely on remembered or restated copies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether noticed completed the operation. | |
| data | No | The operation result when ok is true. | |
| error | No | A human-readable error when ok is false. |