Get cached raw asset value
cascade_asset_get_valueRetrieve the exact raw cached value at a JSON Pointer from a previous asset read, with optional slicing for long strings.
Instructions
Use after cascade_read. Retrieve the exact raw cached value at a JSON Pointer. Long strings can be sliced with offset and length. This tool never reads Cascade directly. Responses are JSON text; structuredContent is authoritative when the response fits. Oversized responses return bounded _cache metadata for cascade_read_response. For cascade_read, read_mode controls preview versus raw Cascade payload shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_handle | No | REQUIRED: Asset handle returned by cascade_read structuredContent.asset_handle. | |
| pointer | No | JSON Pointer into the exact cached raw JSON. | |
| offset | No | ||
| length | No |