Skip to main content
Glama

lore_remember

Capture important facts, decisions, or observations instantly to preserve them for future retrieval and reference.

Instructions

Capture a thought instantly — one fact, one call.

Use this when you discover something worth keeping: a decision, a bug root cause, a user preference, a pattern.

Minimal effort, high reward. Your future self will find this useful.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thoughtYesThe fact or observation to store verbatim.
source_typeNoProvenance tag for this memory. Defaults to ``'observed'`` (extracted from conversation). Other values: ``'inferred'``, ``'user_stated'``, ``'consolidated'``, ``'injected'``.observed

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/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 only describes the action as 'capture instantly' and mentions 'minimal effort', but fails to disclose side effects (e.g., persistence behavior, deduplication, or auth requirements). The description is too vague for a storage operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, using short paragraphs and imperative tone. It front-loads the purpose and usage, but the motivational third paragraph is not strictly necessary. Overall, it is efficient.

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 tool is relatively simple with 2 parameters and an output schema (present but unused in description). The description does not mention return values or confirm what happens after capture. It is adequate but could be more complete.

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%, and the tool description adds no new information beyond what the schema already explains. The baseline score is 3, and the description does not justify a higher score.

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 the verb 'capture' and names the resource 'thought'/'fact', clearly indicating the tool's action. It distinguishes from siblings like lore_forget and lore_search by emphasizing 'one fact, one call' and storage rather than retrieval or deletion.

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 states when to use the tool: 'when you discover something worth keeping' with specific examples (decision, bug root cause, etc.). It implies when not to use it by contrasting with sibling tools, but does not provide 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/Jessinra/Lorekeeper'

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