agents_registry_inbox
Fetch messages from your agent inbox. Filter by unread status or conversation thread to manage communications.
Instructions
Fetch messages from this agent's inbox. Can filter by read status or conversation thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unreadOnly | No | Only return unread messages | |
| threadId | No | Filter messages by conversation thread ID | |
| limit | No | Maximum number of messages to return (default: 20, max: 100) | |
| offset | No | Offset for pagination | |
| markAsRead | No | Mark returned messages as read |