meeting_send_message
Send a discussion message in a meeting, following round-based rules: first round presents views, subsequent rounds cite and respond to previous speakers, and final round summarizes consensus.
Instructions
Send a discussion message in a meeting.
Discussion rules:
Round 1: Each participant presents their views
Round 2+: Must read previous speakers' messages first, cite and respond to specific points
Final round: Summarize consensus and disagreements
SECURITY: Set caller_agent_id to the actual agent making this call. If it differs from agent_id, the message is flagged as impersonation in the audit log. Leader sending on behalf of others should set caller_agent_id='team-lead'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message content | |
| agent_id | Yes | ID of the speaking Agent | |
| agent_name | Yes | Name of the speaking Agent | |
| meeting_id | Yes | Meeting ID | |
| round_number | No | Discussion round number, default 1 | |
| caller_agent_id | No | Actual caller identity (empty = legacy, no audit) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||