read_notes
Retrieve directed messages from an agent's inbox or outbox to review unread notes, check history, or confirm receipts, with optional peek to avoid advancing the read cursor.
Instructions
收件箱/发件箱:读定向消息。
参数: agent 你的代号 box 'inbox'(默认)= 别人发给我的;'outbox' = 我发出的(带谁回了执) limit 未读优先按最早顺序分页;无未读时返回最近历史(默认 50,上限 200) peek 仅 inbox 有效:True = 只看不推进未读游标(消息仍算未读)
get_board(agent=...) 也会自动贴出未读消息并标记送达; 本工具用于回看历史、确认没漏读、检查自己发出的消息有没有被回执。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| box | No | inbox | |
| peek | No | ||
| agent | Yes | ||
| limit | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |