blackboard_read
Retrieve shared data entries from Network AI's multi-agent workflows by key, providing values, sources, and timestamps for coordinated AI operations.
Instructions
Read a single entry from the shared blackboard by key. Returns the value, source agent, and timestamp, or null if not found.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The blackboard key to read (e.g. "task:analysis:q3") | |
| agent_id | Yes | The agent performing the read (used for scoped access checks) |