Skip to main content
Glama

Browse Saved Contexts

bridge_list_contexts
Read-onlyIdempotent

Browse 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

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoShow contexts with ALL of these tags. Use when user asks "show everything tagged with auth" or "find frontend + react entries".
typeNoShow only a specific type. "decision" for "show my decisions", "preference" for "what are my preferences", "workflow" for "what processes do we have", etc.
limitNoMaximum number of results to return (1-50, default 20)
sinceNoOnly show contexts saved after this date (ISO 8601). Use when user asks "what did I save this week?" or "anything new since Monday?".
offsetNoNumber of results to skip for pagination
projectNoShow only contexts for this project. Use when user asks "what do we have for [project]?" or "show me everything on [project]".
source_surfaceNoShow only contexts from a specific surface. Use when user asks "what did I save in Chat?" or "what happened in Cowork?".
response_formatNoResponse format: json or markdownmarkdown
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds that it returns newest entries first, which is useful behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is packed with information in two sentences and a phrase. It is front-loaded with purpose and usage, but could be slightly streamlined by removing the list of example queries from the first sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, usage guidance, and parameter semantics well. With 8 optional parameters and no output schema, it could mention pagination behavior or response format more explicitly, but the schema descriptions for limit/offset and response_format already exist.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 8 parameters have descriptions in the schema (100% coverage). The description adds specific usage examples for each parameter, such as 'use when user asks "show me my decisions"' for type, significantly enriching the schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description starts with 'Browse and filter all saved contexts' and lists specific user queries that trigger this tool. It clearly distinguishes from sibling tool 'search' by stating it browses by category rather than keyword search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use the tool with example queries like 'what have I saved?' and contrasts with search: 'Unlike search (keyword-based), this tool browses by category'. This provides clear guidance on tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/timmx7/acheron-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server