Browse Saved Contexts
bridge_list_contextsBrowse and filter saved contexts by category—project, surface, type, tags, or date—to quickly find decisions, preferences, and other saved information.
Instructions
Browse and filter all saved contexts. Use when the user asks "what have I saved?", "show me my decisions", "what do I have for this project?", "list my preferences", "what did we do recently?", "show everything tagged with...", or "what happened in Cowork?". Unlike search (keyword-based), this tool browses by category — filter by project, surface, type, tags, or date. Returns newest entries first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Show contexts with ALL of these tags. Use when user asks "show everything tagged with auth" or "find frontend + react entries". | |
| type | No | Show only a specific type. "decision" for "show my decisions", "preference" for "what are my preferences", "workflow" for "what processes do we have", etc. | |
| limit | No | Maximum number of results to return (1-50, default 20) | |
| since | No | Only show contexts saved after this date (ISO 8601). Use when user asks "what did I save this week?" or "anything new since Monday?". | |
| offset | No | Number of results to skip for pagination | |
| project | No | Show only contexts for this project. Use when user asks "what do we have for [project]?" or "show me everything on [project]". | |
| source_surface | No | Show only contexts from a specific surface. Use when user asks "what did I save in Chat?" or "what happened in Cowork?". | |
| response_format | No | Response format: json or markdown | markdown |