Search cached raw asset scalar values
cascade_asset_search_valuesSearch full scalar values across cached Cascade CMS asset data, returning JSON Pointer provenance, type, length, preview, and match offsets.
Instructions
Use after cascade_read. Search full scalar values across the cached raw Cascade response, not shortened previews. Returns JSON Pointer provenance, scalar type, value length, preview, and match offsets where practical. 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. | |
| value_contains | No | ||
| pointer_prefix | No | ||
| key | No | ||
| key_contains | No | ||
| scalar_type | No | ||
| non_empty | No | ||
| cursor | No | ||
| limit | No |