Skip to main content
Glama
LewenW

memory-bridge

by LewenW

manage_namespaces

Create, delete, subscribe, unsubscribe, or list namespaces to organize shared memory across projects.

Instructions

Create, delete, subscribe, unsubscribe, or list namespaces.

Args: action: "create" | "delete" | "subscribe" | "unsubscribe" | "list" namespace: Namespace name (required for all except "list"). description: Description (for "create"). project: Project name or id (for "subscribe" / "unsubscribe"). tags: Comma-separated tags (for "create").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
namespaceNo
descriptionNo
projectNo
tagsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only lists what actions do without mentioning side effects, idempotency, authentication requirements, error behavior, or other important traits. This is insufficient for a tool performing mutations and queries.

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 well-structured with a clear list of actions and their parameter requirements. It is front-loaded with the purpose and each sentence adds value. Minor redundancy in the 'Args' block could be tightened.

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

Completeness3/5

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

Given the complexity (5 parameters, 5 actions) and lack of annotations, the description covers the action-parameter mappings adequately. An output schema exists, so return values need not be described. However, behavioral context (e.g., errors, side effects) is missing, making it incomplete for an agent to use safely.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It explains which parameters are needed for each action (e.g., namespace required except for list, description/tags for create, project for subscribe/unsubscribe). This adds meaning beyond the schema, but does not cover parameter formats or constraints.

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 explicitly lists the actions (create, delete, subscribe, unsubscribe, list) and the resource (namespaces), providing a specific verb+resource combination that clearly distinguishes from sibling tools (which are memory-related).

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

Usage Guidelines4/5

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

The description specifies which parameters are required for each action, giving clear guidance on how to invoke the tool for different purposes. However, it does not explicitly state when not to use it or mention alternatives, though siblings are unrelated.

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/LewenW/claude-memory-bridge'

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