Skip to main content
Glama
zzhang82

Agent Memory Bridge

browse

:

Instructions

Browse recent items when you do not yet know what to search for.

Use this tool to inspect a namespace by filters alone. It is useful when you want to see recent memory, scan a domain bucket, or confirm that signals are flowing before writing a more specific recall query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceYesNamespace to inspect without a text query, such as `project:<workspace>`, `domain:<name>`, or `global`.
domainNoOptional domain tag to narrow the list, using the plain domain name without the `domain:` prefix.
kindNoOptional type filter. Use `memory` for durable knowledge and `signal` for coordination events.
signal_statusNoOptional status filter when browsing signal entries.
limitNoMaximum number of items to list. Smaller values keep browse output readable.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. Discloses behavioral traits: returns 'recent' items (temporal ordering), performs namespace 'inspection', and can 'confirm that signals are flowing' (specific health-check behavior). Could be improved by explicitly stating read-only nature given mutation siblings exist.

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

Conciseness5/5

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

Three tightly-constructed sentences with zero waste. Front-loaded with purpose (when to use), followed by mechanism (filters), then concrete examples (memory, domain, signals).

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?

Given 5 parameters with 100% schema coverage and existence of output schema, description appropriately focuses on conceptual model (filter-based browsing vs search) rather than repeating structural details. Adequate for agent selection, though could briefly acknowledge read-only safety given the presence of mutation siblings like 'forget' and 'store'.

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

Parameters4/5

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

Schema coverage is 100%, establishing baseline 3. Description adds semantic value by mapping parameters to concepts: 'namespace' inspection, 'domain bucket' (domain param), 'memory' vs 'signal' (kind param), and keeping output 'readable' (limit param). Elevates above baseline by explaining what the filters represent.

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?

Excellent specific verb ('Browse') + resource ('recent items') combo. Explicitly distinguishes from sibling 'recall' ('before writing a more specific recall query') and implies distinction from text-based search ('when you do not yet know what to search for').

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?

Clear when-to-use ('when you do not yet know what to search for') and explicit alternative named ('recall'). Also clarifies the filter-based approach ('inspect a namespace by filters alone') vs. text queries.

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/zzhang82/Agent-Memory-Bridge'

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