Skip to main content
Glama

remember

Store a fact about a subject to build a persistent knowledge graph. Record observations, decisions, or experiment results for later retrieval.

Instructions

Quick knowledge write — store a fact about a subject.

Use this when you:

  • Discover something worth remembering across sessions

  • Want to record an experiment result, decision, or observation

  • Need a quick "jot it down" without specifying exact graph structure

The subject becomes a node (or reuses an existing one), and the fact is stored as an assertion from that node.

Example: remember(subject="RFDB compaction", fact="flush_data_only was a no-op in V2 engine", domain="engineering")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYesThe entity this fact is about (becomes a node)
factYesThe fact or observation to record
domainNoKnowledge domain (default: "memory")
confidenceNoConfidence level 0-1 (default: 0.9)
relationNoRelation type for the assertion edge
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 explains that the subject becomes a node or reuses an existing one, and the fact is stored as an assertion. However, it omits other behavioral details like side effects (overwriting, reversibility) or failure modes.

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 concise and well-structured. It starts with a clear purpose, lists use cases, explains the effect, and ends with an example. Every sentence adds value with no redundancy.

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 covers purpose, usage, and effect, but lacks information about return values or confirmation. Given no output schema, a brief note on what the tool returns would improve completeness.

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?

Schema coverage is 100%, but the description adds value beyond the schema by providing an example call and explaining that the subject becomes a node. This enriches understanding of how parameters interact.

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's purpose: 'Quick knowledge write — store a fact about a subject.' It provides specific use cases and an example, distinguishing it from siblings like add_assertion by emphasizing simplicity and lack of graph structure specification.

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 description explicitly lists scenarios to use the tool (discover something worth remembering, record results/decisions, quick jot down). It implies when not to use by contrasting with tools requiring exact graph structure, but does not explicitly state alternatives or 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/Disentinel/grafema'

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