Skip to main content
Glama

memory_ingest

Convert ephemeral insights into permanent long-term memory. Automatically chunks text, generates vector embeddings, and stores segments for semantic recall.

Instructions

Promote content into permanent long-term memory (demo.marsvault_chunks). Automatically chunks the input text, generates vector embeddings, and stores each segment for semantic recall. Use this to preserve important insights, decisions, patterns, or knowledge that should survive beyond the current session. This is the primary path from ephemeral to permanent memory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate for this content in YYYY-MM-DD format. Defaults to today if omitted.
tagsNoCategorization tags (e.g. ["decision", "architecture"])
typeNoContent type label (e.g. "insight", "observation", "decision")insight
originNoOrigin markerwarp-demo
contentYesThe insight content to promote to long-term memory. Be specific and self-contained — future recall depends on the quality of this text.
sectionNoOptional section label prefix to organize chunks within the source
agent_bodyNoThe persona/body this memory belongs to (e.g. "coco", "toto")
visibilityNoAccess level: "private" = this profile only, "shared" = cross-profile readable, "global" = system-wideprivate
environmentNoEnvironment label (e.g. "production", "staging")
source_fileNoLogical file path or identifier for the source (e.g. "sessions/2026-06-10-session-notes")
source_toolNoThe tool/platform where this insight was originally captured
max_chunk_charsNoMaximum characters per chunk (default 1200). Adjust for finer or coarser granularity.
source_memory_idNoLink this promotion to a specific short-term memory ID (for traceability)
source_user_noteNoBrief note explaining why this memory was selected for promotion
source_session_idNoSession ID where this insight originated (for provenance tracking)
Behavior4/5

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

Discloses key behaviors: automatically chunks input, generates vector embeddings, stores each segment. No annotations exist, so the description carries full burden and does well.

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?

Three concise sentences, front-loaded with the core action. Every sentence adds value without waste.

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?

Given no output schema and 15 parameters with 100% schema coverage, the description covers the tool's purpose and process well. Could mention return value but not strictly necessary.

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 baseline is 3. The description adds minor extra context (e.g., 'Be specific and self-contained' for content) but does not significantly enhance beyond the schema.

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?

Clearly states 'Promote content into permanent long-term memory' with specific verb and resource. Distinguishes from siblings by calling it 'the primary path from ephemeral to permanent memory'.

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?

Explicitly says to use for preserving important insights, decisions, patterns, or knowledge. Provides context but no explicit alternatives or when-not-to-use.

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/Marsmanleo/MarsNMe'

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