Skip to main content
Glama
M4F-S

Mnemosyne

by M4F-S

memory_ingest_session

Store complete conversation transcripts in persistent graph memory, splitting at turn boundaries to preserve context for semantic search and retrieval.

Instructions

Ingest a full conversation transcript verbatim into memory, split along conversational turn boundaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomNosessions
wingNogeneral
transcriptYesThe full conversation text to ingest
Behavior3/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It usefully disloses that content is stored verbatim and split by turn boundaries, but it does not explain side effects, storage semantics, deduplication, limits, or whether repeated ingestion creates duplicates. These would be valuable for a memory-mutating tool.

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?

One sentence, no filler, and the most decision-relevant information is front-loaded. The phrase about splitting along turn boundaries is efficiently included without bloating the description.

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?

For a simple ingestion tool, the core invocation path is clear: provide the full transcript. However, no output schema or annotations exist, and the optional room/wing parameters are unexplained, so an agent would need to infer their purpose from names or defaults. This leaves some contextual ambiguity around storage targeting.

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 coverage is only 33%, with only 'transcript' having a schema description. The description adds meaning to the requied parameter by specifying 'verbatim' and 'split along conversational turn boundaries', but it does not explain the optional 'room' and 'wing' parameters, which remain defined only by their names and defaults.

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 identifies the action ('Ingest'), the resource ('full conversation transcript'), the destination ('into memory'), and the precise behavior ('verbatim, split along conversational turn boundaries'). This distinguishes it from sibling tools like memory_remember or memory_recall, which likely handle individual memories rather than bulk ingestion.

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

Usage Guidelines3/5

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

The description implies this is for full multi-turn conversation transcripts, which suggests a bulk ingest use case distinct from memory_remember or memory_recall. However, it does not explicitly state when not to use it or name alternative tools, leaving any routing decision to inference.

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/M4F-S/gomaa'

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