dashclaw_inbox_list
Retrieve your DashClaw inbox messages and unread count to review governance alerts, lessons, questions, and status updates before acting. Supports filtering by type, unread status, and direction.
Instructions
List this agent's DashClaw inbox messages and unread count. Use at the start of a session, or when notified, to see governance messages, lessons, questions, and status updates addressed to you before deciding what to do next. Each message includes an is_read flag; the response also carries the total unread_count. Pair with dashclaw_messages_mark_read once you have processed them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by message type (action, info, lesson, question, status). | |
| limit | No | Max messages (default 50). | |
| unread | No | When true, return only unread messages. | |
| agent_id | No | Filter to one agent (defaults to the configured agent id) | |
| direction | No | inbox (received) or sent. Default inbox. |