Skip to main content
Glama
lixia3987-netizen

agent-memory-mcp

memory_at_time

Read-onlyIdempotent

Retrieve graph facts valid at a specific ISO timestamp, including superseded history.

Instructions

Query graph facts valid at a specific ISO timestamp; preserves superseded history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atYes
limitNo
offsetNo
projectNo
namespaceNo
predicateNo
include_staleNo
include_deletedNo
include_inactiveNo
source_entity_idNo
source_memory_idNo
target_entity_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.1

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds that the tool preserves superseded history, implying it returns historical versions of facts, and filters by a timestamp. This goes beyond the annotations but does not detail default inclusion of stale/deleted/inactive records or pagination 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 a single, focused sentence that immediately conveys the core action and key behavior. It is concise, front-loaded, and free of unnecessary details or repetition.

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?

The description provides the essential purpose but omits critical contextual details like the default return set (e.g., whether stale or deleted facts are included by default) and the exact output format. Given the tool's complexity (12 parameters, temporal filtering), a bit more context would help an agent use it correctly, though the core behavior is clear.

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?

The schema has 12 parameters with zero description coverage, and the tool description does not explain any of them. While parameter names like 'limit', 'offset', and 'at' are somewhat self-explanatory, ambiguous flags such as 'include_stale', 'include_deleted', and 'include_inactive' receive no clarification, leaving the agent to guess their meaning or defaults.

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 that the tool queries graph facts valid at a specific ISO timestamp and preserves superseded history, which distinguishes it from other memory query tools that return current facts. The verb 'query' and the specific temporal filtering make the purpose unambiguous.

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 does not explicitly state when to use this tool versus alternatives like memory_search or memory_get. It implies temporal usage via 'specific ISO timestamp' and 'preserves superseded history,' but lacks direct guidance on scenarios or trade-offs (e.g., performance, current vs. historical queries).

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