get_cell_protocol
Retrieve a cell protocol template defining specific memory behaviors such as key-value, windowed, or episodic storage. Use this tool to obtain structured memory configurations for cognitive agents.
Instructions
Returns a cell protocol template describing memory behaviors.
Args:
name: Identifier of the cell protocol (key_value, windowed, episodic).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | cell.protocol.key_value |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |