cache_get
Retrieve a cached result to skip re-executing the original tool, reducing AI API costs.
Instructions
Retrieve a cached result. If hit, skip re-running the original tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Cache key used in cache_store. | |
| namespace | No | Must match the namespace used in cache_store. | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||