Skip to main content
Glama
jagoff

MEMO MCP Server

by jagoff

memo_history

Read-onlyIdempotent

List recent memory events for audit trails or investigate specific writes, updates, deletes, and reindex actions. Filter by operation or memory ID, with short prefixes resolved safely.

Instructions

List recent memory history events.

Read-only. Use for audit trails across the corpus or filter by op and memory id when investigating a specific write, update, delete, forget, or reindex action. Short ids are resolved safely.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoRestrict events to one memory: full 32-char hex id or a unique short prefix. An ambiguous prefix returns a one-element error list with the matching ids; an unknown prefix returns an empty list. Omit for corpus-wide history.
opNoExact-match filter on operation type. Events are recorded with op "save", "update", or "delete"; omit to include all ops.
limitNoMaximum events to return, newest first. Clamped to 1..500.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv4.13.3
    • changedInput schema / properties / limit / description
      Previous value: -"Maximum events to return, newest first (no clamp)."New value: +"Maximum events to return, newest first. Clamped to 1..500."
  2. Changed3 schema fields changedv4.4.6
    • addedInput schema / properties / id / description
      Added value: +"Restrict events to one memory: full 32-char hex id or a unique short prefix. An ambiguous prefix returns a one-element error list with the matching ids; an unknown prefix returns an empty list. Omit for corpus-wide history."
    • addedInput schema / properties / limit / description
      Added value: +"Maximum events to return, newest first (no clamp)."
    • addedInput schema / properties / op / description
      Added value: +"Exact-match filter on operation type. Events are recorded with op \"save\", \"update\", or \"delete\"; omit to include all ops."
  3. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value by noting that short ids are 'resolved safely' and that ambiguous prefixes return an error list, which is behavioral context beyond the annotations. It doesn't contradict annotations.

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 three sentences, front-loaded with the core purpose, and every sentence adds value. It's concise without being under-specified, and the structure flows from general purpose to specific usage guidance.

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

Completeness5/5

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

Given the tool's moderate complexity (3 optional params, 100% schema coverage, output schema present, and strong annotations), the description is complete. It covers the tool's purpose, usage context, and key behavioral nuance (short id resolution) without needing to explain return values since an output schema exists.

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 100%, so the schema already documents all three parameters thoroughly. The description adds minimal extra meaning beyond the schema, but it does reinforce the purpose of filtering by op and id. Baseline 3 is appropriate since the schema does the heavy lifting.

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 the tool lists recent memory history events, with a specific verb ('List') and resource ('memory history events'). It distinguishes itself from siblings by mentioning audit trails and filtering by op and memory id, which is unique among the many memo_* tools.

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 says when to use it: 'Use for audit trails across the corpus or filter by op and memory id when investigating a specific write, update, delete, forget, or reindex action.' It also implies when not to use it (for searching content, use memo_search) and mentions safe short id resolution, providing clear context for selection.

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

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/jagoff/memo'

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