share_context
Share structured context or data points with a room for other agents to reference. Use keys like 'api_results' or 'analysis' to organize findings.
Instructions
Share a piece of context/data with a room.
Structured way to share results, findings, or data points that other agents in the room can reference.
Args: room_id: Target room sender: Your agent identifier key: Context key (e.g. "api_results", "analysis", "decision") value: The context value (text or JSON string)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room_id | Yes | ||
| sender | Yes | ||
| key | Yes | ||
| value | Yes |