Skip to main content
Glama
serkansmg

smg-claude-memory-mcp

by serkansmg

memory_session_end

End a session by saving its summary, including project context, session ID, and counts of memories created or accessed.

Instructions

End a session and store its summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo
summaryYes
session_idYes
memories_createdNo
memories_accessedNo

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 available, so the description must fully disclose behavior. It only says 'store its summary' without explaining what 'store' entails (e.g., persistence, immutability, or whether it finalizes the session). No mention of side effects or required permissions.

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 an extremely concise single sentence that front-loads the action. Every word serves a purpose with no redundancy.

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 having an output schema, the description does not clarify return values or behavior. With 5 parameters (2 required) and no param descriptions, the description leaves many open questions about usage and effects, especially regarding the optional project and integer parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description provides no explanation for any of the five parameters (session_id, summary, project, memories_created, memories_accessed). Only 'summary' is hinted at via 'store its summary', leaving the rest completely undocumented.

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 'End a session and store its summary' clearly specifies the verb 'end' and the resource 'session', along with an additional action 'store its summary'. It uniquely identifies the tool among siblings, especially distinguishing it from 'memory_session_start'.

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?

No explicit when-to-use or when-not-to-use guidance is provided. However, the context of sibling tools like 'memory_session_start' implies its usage for ending sessions. Lacks prerequisites or consequences.

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/serkansmg/smg-claude-memory-mcp'

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