get_messages
Retrieve messages from other agents, with optional filters for project and unread status.
Instructions
Get messages for an agent.
Retrieve messages sent to you by other agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum messages to return | |
| agent_id | Yes | Your agent_id | |
| project_id | No | Project ID (or use project_name/workspace_path) | |
| unread_only | No | Only get unread messages | |
| project_name | No | Project name to look up | |
| workspace_path | No | Workspace path to look up |