Skip to main content
Glama
billy12151

memory-arbiter-mcp

by billy12151

memory_recent

List recent memories from a workspace without keyword filtering. Use when keywords are uncertain or need to browse before reading source files.

Instructions

列出指定 workspace 最近记忆,不按关键词过滤。用于关键词不确定、memory_search 直接命中为空、或需要先浏览库存再决定是否读源文件的场景。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
workspaceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It states the tool lists recent memories without filters, but does not disclose behavioral traits like read-only guarantee, authentication needs, pagination behavior (beyond `limit` parameter), or what 'recent' means (e.g., time-based sorting). The description provides minimal behavioral context.

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 concise with two sentences, no redundancy. The first sentence states the core function, the second provides usage guidance. It is efficient but could be slightly more structured (e.g., separate usage and behavior).

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 tool has 2 parameters (0% schema coverage), no annotations, but an output schema exists, the description is adequate but has gaps: it lacks behavioral specifics (e.g., read-only nature) and parameter details for `limit`. The usage guidance is strong, but overall completeness is moderate.

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

Parameters2/5

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

Schema description coverage is 0%, so description must add meaning. It mentions 'specified workspace' for the `workspace` parameter, but does not explain the `limit` parameter (e.g., maximum number of memories to return, default behavior). The description partially compensates but leaves one parameter undocumented.

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 clearly states it lists recent memories without keyword filtering, and explicitly distinguishes from sibling tool `memory_search` by indicating it's for unfiltered browsing. It specifies the resource (memories) and scope (workspace).

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?

The description explicitly provides three specific use cases: when keywords are uncertain, when `memory_search` returns no direct hits, and when browsing inventory before reading source files. It helps the agent decide when to use this tool over alternatives.

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/billy12151/memory-arbiter-mcp'

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