Skip to main content
Glama
danielsimonjr

Enhanced Knowledge Graph Memory Server

session_end

End an agent session by generating a summary and promoting working memory, managing the complete lifecycle with completed or abandoned status options.

Instructions

End an agent session via AgentMemoryManager with summary generation and working memory promotion. Unlike end_session (which handles failure distillation on graph entities), this manages the full agent session lifecycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoSession completion status (default: completed)
sessionIdYesThe session ID to end
Behavior2/5

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

With no annotations, description should fully disclose behavioral traits like side effects, reversibility, or permissions. It mentions summary generation and working memory promotion but omits whether session state is destroyed, if operation is idempotent, or any 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?

Two concise sentences with front-loaded main action and efficient sibling differentiation, containing no superfluous information.

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 lifecycle-ending tool with 2 parameters and no output schema, description explains core purpose and sibling differentiation but lacks return behavior, idempotency, and post-operation state. Adequate but not comprehensive.

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% with descriptions for both parameters. Description adds no additional meaning beyond what schema provides, meeting baseline expectation.

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?

Description clearly states the verb 'End' and resource 'agent session via AgentMemoryManager', with specific actions like summary generation and working memory promotion. It also distinguishes from sibling tool 'end_session' by noting it handles the full session lifecycle vs failure distillation.

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 direct comparison with sibling 'end_session' for failure distillation, aiding agent in tool selection. Lacks explicit when-not-to-use or prerequisites, but the contrast is clear and actionable.

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/danielsimonjr/memory-mcp'

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