blackboard_delete
Remove entries from shared AI workflow memory by key, requiring write access for secure data management in multi-agent systems.
Instructions
Delete an entry from the blackboard by key. Agent must have write access to the key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key to delete | |
| agent_id | Yes | The agent requesting deletion | |
| agent_token | No | Optional verification token |