Social Check Inbox
social_check_inboxCheck the active account's message inbox across all three Scratch endpoints: activity, Scratch Team, and invitations. Includes unread counts and flags to reveal unread items outside the activity feed.
Instructions
Check the active account's message inbox.
Scratch splits the inbox across three endpoints with independent unread state, and this reports all of them:
unread_count+messages: ordinary activity (comments, follows, loves). The count is genuinely unread, but the list is simply the newest messages whether read or not, so the two do not necessarily correspond.scratch_team_messages: alerts from the Scratch Team.invitation: a pending "become a Scratcher" invite, carrying its ownunreadflag.
unread_elsewhere is true when something is unread outside the activity
feed, so an unread_count of 0 does not by itself mean an empty inbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many messages to return (1-40). | |
| offset | No | How many of the newest messages to skip. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| messages | Yes | ||
| returned | Yes | ||
| invitation | Yes | ||
| unavailable | Yes | ||
| unread_count | Yes | ||
| unread_elsewhere | Yes | ||
| scratch_team_messages | Yes |