check_message
Classifies a child's message to determine if it's safe, returning an action: allow, notify, block, or hold for approval.
Instructions
Classify a message for safety before it reaches or comes from the child. Returns classification result with decision (allow/notify/block/hold_for_approval).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Who sent the message | |
| content | Yes | The message content to classify | |
| profileId | No | Child profile ID (uses default if omitted) |