Skip to main content
Glama

add_memory_entry

Add a new memory entry to your research memory palace. Stores summaries, topics, and optional detailed markdown to build a searchable, persistent second brain.

Instructions

Add a new memory entry to the memory palace.

Inserts into the memory_entries table. If detail is provided, also writes
a markdown file under journal/{entry_type}s/.

Args:
    title: Short title for the entry.
    summary: One-paragraph summary (stored in DB, shown in search).
    topics: Comma-separated topic tags, e.g. "metis-setup,mcp-server".
    entry_type: One of "session", "journal", "idea", "decision", "topic".
    detail: Full markdown content for the .md file (optional).
    computer: Hostname of the computer this entry is from (optional).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
summaryYes
topicsYes
entry_typeNojournal
detailNo
computerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description reveals key side effects: it inserts into a database table and optionally writes a markdown file. However, it does not disclose required permissions, reversibility, or the role of the 'computer' parameter. The behavioral disclosure is basic but not comprehensive.

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: a one-line summary, a brief paragraph explaining the core behavior (DB insert and optionally file write), followed by a clear 'Args:' section. No word is wasted, and the format aids readability for an AI agent.

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 has 6 parameters, 3 required, no annotations, and an output schema. The description covers the main logic and parameters, but lacks details on error handling, permissions, file system effects persistence, and the relationship between parameters like 'computer' and the system. Given the tool's complexity (DB + file write), more completeness would be helpful, but it is minimally adequate.

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?

The schema has 0% description coverage, so the description fully compensates with inline parameter explanations. Each parameter is described (e.g., 'topics: Comma-separated topic tags'), which adds significant meaning beyond the schema's type and default. The 'detail' and 'computer' could be further clarified, but overall the description provides good parameter context.

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 adds a memory entry to the memory palace, with a specific verb and resource. It distinguishes from siblings by mentioning the memory_entries table and optional markdown file creation under journal/{entry_type}s/, which is unique among the many sibling tools like add_glossary_term or add_journal_entry.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives. It only describes what the tool does and its parameters, but does not mention conditions for preferred use or exclude any sibling tools. The context of many similar add tools makes this omission significant.

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/SVerITG/Metis'

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