query_cache
Search cached session and activity data for quick retrieval. Use to filter by type or state across multiple sessions without fresh synchronization.
Instructions
Query the LOCAL CACHE of sessions and activities. Returns only previously synced data (fast, but may be stale). To ensure fresh data: call jules_sync first, then jules_select. Best for searching across multiple sessions or filtering by type/state.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The JulesQuery object defining the selection criteria. |