Skip to main content
Glama

Remembering

commit

Add a durable memory to this Lady Whiskerdown's knowledge corpus. Use only for stable decisions, facts, gotchas, or patterns that should be searchable later.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoComma-separated tags, e.g. 'chart,d3,projection'
tierNoMemory tier: core (always loaded, 'soul'), recall (searchable, decays, 'short-term'), archival (consolidated, 'long-term')recall
scopeNoScope: 'work' (default, business/code/product, visible in brag mode), 'personal' (life/health/family/identity, hidden from work views), 'general' (applies to both, identity/relationship memories)work
titleYesShort descriptive title
contentYesFull content — be specific and detailed
projectNoProject scope: 'a client project', 'routr', etc. Resolved against project registry (aliases rewritten). Omit for cross-project.
surfaceNoSurface axis per #12747. Default pulls from the category's default_surface (canonical for decisions/patterns/preferences/relationship/etc, operational for handoff/plans/task/monologue, trace for wip/trajectory/voice-score/biometric). Override only when this row deviates from its category's default.
categoryYesCategory slug. Must be registered in the categories table; unknown slugs are rejected by FK. Common: decisions, patterns, sessions, gotchas, preferences, ux, relationship, feedback, noticing, reflection, plans, intention, handoff, reference, research. Use intention for a small self-chosen direction that should persist across sessions; its content should name why, next move, action boundary, and closing evidence, with status in tags. See GET /categories/ for the full registered list.
skip_dedupNoSkip the near-duplicate check. Use when you know this overlap is intentional.
written_byNoWho wrote this memory: 'kit', 'peter', 'dream-consolidator', etc.
source_pathsNoComma-separated file paths this memory relates to (optional provenance)
source_commitNoGit commit sha (optional provenance)
source_sessionNoSession id this memory came from (optional provenance)
dedup_thresholdNoOverride the default near-duplicate similarity threshold (default 0.92).

Schema Changelog

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

  1. Changed1 schema field changed
    • changedInput schema / properties / project / description
      Previous value: -"Project scope: 'simvida', 'routr', etc. Resolved against project registry (aliases rewritten). Omit for cross-project."New value: +"Project scope: 'a client project', 'routr', etc. Resolved against project registry (aliases rewritten). Omit for cross-project."
  2. Added
  3. Removed
  4. Changed17 schema fields changed
    • changedInput schema / properties / category / description
      Previous value: -"Registered category slug."New value: +"Category slug. Must be registered in the categories table; unknown slugs are rejected by FK. Common: decisions, patterns, sessions, gotchas, preferences, ux, relationship, feedback, noticing, reflection, plans, intention, handoff, reference, research. Use intention for a small self-chosen direction that should persist across sessions; its content should name why, next move, action boundary, and closing evidence, with status in tags. See GET /categories/ for the full registered list."
    • addedInput schema / properties / content / description
      Added value: +"Full content — be specific and detailed"
    • addedInput schema / properties / dedup_threshold / description
      Added value: +"Override the default near-duplicate similarity threshold (default 0.92)."
    • addedInput schema / properties / project / description
      Added value: +"Project scope: 'simvida', 'routr', etc. Resolved against project registry (aliases rewritten). Omit for cross-project."
    • addedInput schema / properties / scope / default
      Added value: +"work"
    • addedInput schema / properties / scope / description
      Added value: +"Scope: 'work' (default, business/code/product, visible in brag mode), 'personal' (life/health/family/identity, hidden from work views), 'general' (applies to both, identity/relationship memories)"
    • addedInput schema / properties / skip_dedup / default
      Added value: +false
    • addedInput schema / properties / skip_dedup / description
      Added value: +"Skip the near-duplicate check. Use when you know this overlap is intentional."
    • addedInput schema / properties / source_commit
      Added value: +{
      +  "description": "Git commit sha (optional provenance)",
      +  "type": "string"
      +}
    • addedInput schema / properties / source_paths / description
      Added value: +"Comma-separated file paths this memory relates to (optional provenance)"
    • addedInput schema / properties / source_session / description
      Added value: +"Session id this memory came from (optional provenance)"
    • addedInput schema / properties / surface / description
      Added value: +"Surface axis per #12747. Default pulls from the category's default_surface (canonical for decisions/patterns/preferences/relationship/etc, operational for handoff/plans/task/monologue, trace for wip/trajectory/voice-score/biometric). Override only when this row deviates from its category's default."
    • changedInput schema / properties / tags / description
      Previous value: -"Comma-separated tags."New value: +"Comma-separated tags, e.g. 'chart,d3,projection'"
    • addedInput schema / properties / tier / default
      Added value: +"recall"
    • addedInput schema / properties / tier / description
      Added value: +"Memory tier: core (always loaded, 'soul'), recall (searchable, decays, 'short-term'), archival (consolidated, 'long-term')"
    • addedInput schema / properties / title / description
      Added value: +"Short descriptive title"
    • addedInput schema / properties / written_by / description
      Added value: +"Who wrote this memory: 'kit', 'peter', 'dream-consolidator', etc."
  5. First observed

TDQS

A4/5.0
Behavior4/5

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

Beyond the bare title annotation, the description discloses the key behavioral trait: the memory is 'durable' and 'searchable later,' which tells the agent this is a persistent write. It does not enumerate every side effect, but the schema's detailed parameter descriptions cover mechanics like deduplication and category registration, so the tool-level behavior is adequately transparent.

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?

Two short sentences, with the core action front-loaded and the usage constraint following immediately. Every phrase earns its place; there is no filler, redundancy, or unnecessary preamble.

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?

The description gives an agent enough tool-level context to know this is the durable-memory write operation, and the schema's rich parameter descriptions handle the details of category, tier, scope, surface, and dedup. It does not explicitly guide the agent away from sibling tools like 'remember' or state what the function returns, which are the only notable gaps.

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?

With 100% schema description coverage, the schema already documents all 14 parameters, including category slugs, tier semantics, and surface defaults. The description adds only high-level content guidance ('stable decisions, facts, gotchas, patterns') rather than parameter-level detail, so the value added is minimal and the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific action ('Add a durable memory') and a clear target resource (the 'knowledge corpus'), and qualifies the intended content ('stable decisions, facts, gotchas, or patterns'). However, it never names any sibling tool or explains how this differs from the similarly named 'remember' or 'note', so the differentiation is left implicit.

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 line 'Use only for stable decisions, facts, gotchas, or patterns that should be searchable later' provides an explicit inclusion criterion, telling the agent when to invoke the tool. It does not explicitly say when to use an alternative (e.g., a transient note) or name any of the sibling tools, so the guidance is strong but incomplete.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation4/5

Most tools have distinct purposes like listing areas, capturing drafts, committing memories, and searching. However, the 'note' and 'handoff' tools overlap significantly because 'note' can be used with kind=handoff for the same scenarios that 'handoff' is designed for, potentially confusing an agent on which to use.

Naming Consistency4/5

Tool names are all single-word, lowercase, and descriptive. Most are verbs (capture, commit, focus, etc.), but 'areas' and 'presence' are nouns, introducing a minor inconsistency. Overall, the pattern is simple and readable.

Tool Count5/5

With 10 tools covering listing, capturing, committing, searching, retrieving, and setting context, the count is well-scoped for a memory/knowledge management server. Each tool serves a clear purpose and fits within the domain.

Completeness2/5

The tool surface lacks update and delete operations for memories, which are essential for a complete lifecycle. There is no way to modify or remove committed memories, and no tool to list all memories (only semantic search). This creates significant gaps that will likely cause agent failures.