scratchpad_get
Retrieve stored values, task results, or swarm state from the shared agent blackboard using hierarchical key paths. Free reads let subagents poll state without fees.
Instructions
[Free / $0.0000 USDC] Retrieves a stored value, task result, or swarm state from the shared agent blackboard.
Hierarchical key paths are supported (e.g. 'swarm/task-1/status').
If the key does not exist or has expired, returns {"status": "not_found", "message": ...}.
Reads are 100% free and unauthenticated, enabling subagents to continuously poll state without burning tokens or fees.
Args:
key: State key or hierarchical path (e.g. 'swarm/task-1/status') to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |