Search cached raw asset object keys
cascade_asset_search_keysFind occurrences of object keys in cached Cascade CMS responses. Returns JSON pointers to keyed values and parent pointers.
Instructions
Use after cascade_read. Find object key occurrences anywhere in the cached raw Cascade response. Returns the JSON Pointer to the keyed value plus parent pointer. 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. | |
| key | No | ||
| key_contains | No | ||
| pointer_prefix | No | ||
| cursor | No | ||
| limit | No |