List cached raw asset facts
cascade_asset_list_factsLists indexed facts from a cached Cascade response, supporting pointer, key, value, scalar, and reference filters with cursor pagination. Returns JSON with fact details or bounded cache metadata for large responses.
Instructions
Use after cascade_read. List object, array, key, and scalar facts indexed from the full cached raw Cascade response. Supports pointer, key, value, scalar, and reference filters with cursor pagination. This tool never reads Cascade directly and reports complete: true only when the current filter has no remaining matches. 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_prefix | No | ||
| fact_kind | No | ||
| key | No | ||
| key_contains | No | ||
| value_contains | No | ||
| scalar_type | No | ||
| non_empty | No | ||
| reference_kind | No | ||
| cursor | No | ||
| limit | No |