Use Blackboard
use_blackboardPost and read ephemeral notices on a shared blackboard to coordinate agents asynchronously, with topic-based channels and time-to-live expiration.
Instructions
Multi-agent shared blackboard for asynchronous agent coordination. Supported actions: post (publish ephemeral notice with topic, content, and TTL expiration), read (read active non-expired blackboard notices).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Blackboard topic or channel name. | |
| action | No | The blackboard action to execute. | |
| content | No | Message payload to post. | |
| project | No | Target project name or slug. | |
| agent_id | No | Sender agent identifier. | |
| agent_role | No | Sender agent role (e.g. planner, coder, reviewer). | |
| ttl_seconds | No | Time-to-live in seconds (default: 3600). |