Skip to main content
Glama
jmars

memory-mcp

by jmars

recent

Retrieve entities, relations, and observations created or updated within a specified time window. Set hours to define the look-back period for recent changes.

Instructions

Return entities, relations, and observations created or updated in the last N hours.

Args: hours: Look-back window in hours (default 24, max 720)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description must fully explain behavior. It clearly states that only created/updated items are returned (not deletions) and defines the time window semantics. However, it does not disclose potential ordering, pagination, or any side effects (though none are expected). It adds some transparency but could go further in describing result behavior.

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?

The description is extremely concise: one opening sentence and a two-line docstring for the parameter. No unnecessary words or repetition. It is well-structured with the main purpose first, making it easy to scan.

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 the low complexity (one parameter, no nested objects) and the presence of an output schema, the description appropriately covers what is returned and the time filter. It lacks details like sorting or limits, but for a simple time-based query, the provided information is sufficient. Sibling tools are diverse enough that the unique scope is clear.

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?

The schema only provides the parameter name and type with a default, but no description. The description compensates by explaining that 'hours' is a look-back window and adding a maximum of 720 that is not present in the schema. This adds significant meaning beyond the schema for the single parameter.

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 uses a specific verb 'Return' and names the exact resources (entities, relations, observations) with a clear time-based scope. This distinctly separates it from sibling tools like delete_entities or search_nodes, making its purpose immediately obvious.

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

Usage Guidelines3/5

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

The description implies usage for time-based queries by explaining the look-back window and default/max values, but it does not explicitly state when to use this tool instead of alternatives like search_nodes or read_graph. No 'when not to use' guidance is given, so it lacks explicit exclusions.

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

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