message_list
List all sent and received messages for full history. Filter by read/unread status and limit results to audit conversations or find missed messages.
Instructions
DEPRECATED: the harness owns this now, Claude Code discovers peers and manages its own task list. Still works; not where new work should go.
List all messages sent to or from you (full history, not just unread).
Use when you need to review past conversations, check if you missed something, or audit what was communicated. For unread-only, use message_inbox() instead.
Args: read: True = read only, False = unread only, omit = all messages. limit: Max messages to return (default 50, max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read | No | True = read only, False = unread only, omit = all messages. | |
| limit | No | Max messages to return (default 50, max 200). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |