Skip to main content
Glama
gix9303
by gix9303

memory_save_turn

Save a distilled task summary with problem, root cause, fix, and verification into local EverOS memory for later retrieval.

Instructions

Save a high-value task summary into local EverOS. Use only for distilled outcomes, not whole chats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flushNoWhether to trigger EverOS flush immediately. Default true.
titleNoShort label for this memory.
summaryYesTask summary containing problem, root cause, fix, and verification.
keywordsNoOptional keywords to improve later retrieval.
project_idNoEverOS project_id. Optional when the MCP can infer a repo-based default from the current workspace.
session_idNoOptional explicit session_id. Defaults to a generated codex session id.
Behavior2/5

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

No annotations provided, so description bears full burden. It reveals it's a write operation but gives no details on side effects, idempotency, or what happens on duplicate keys.

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?

Two sentences, front-loaded purpose, no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite six parameters and no output schema, the description provides minimal context (e.g., what constitutes a 'high-value summary') and no return behavior.

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 100%, so baseline is 3. Description adds no extra meaning beyond the schema's own parameter descriptions.

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 action ('Save') and the resource ('high-value task summary into local EverOS'), and distinguishes from siblings by specifying 'not whole chats'.

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?

Provides clear context ('Use only for distilled outcomes'), but does not explicitly compare to alternatives like memory_flush or memory_search.

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/gix9303/EverOS-Codex'

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