nudge_child
Parent-only. Sends a 'check-in' push notification (and email fallback) to a linked child. Use when the parent says things like 'remind my kid to study', 'nudge my child', 'tell Sam to do their words today'. The server enforces a 24h cooldown per child — if rate-limited the response includes retry_after_hours. NEVER spoof a different parent — the calling user must already be linked to the child. Requires sign-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional short reason (≤200 chars), e.g. 'streak at risk' | |
| message | No | Optional personal message (≤280 chars) shown to the child | |
| child_user_id | Yes | user_id of the linked child to nudge |