Skip to main content
Glama
SpirrowGames

spirrow-prismind

Official
by SpirrowGames

end_session

End the current AI working session and save its state for continuity. Record project, summary, notes, blockers, and next actions to preserve context across sessions.

Instructions

End the session and save state. Uses current project if project is not specified. Optionally declare 'embodiment' to record on the saved SessionState.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoNotes for the next session
authorNoContext author/role partition (omit for the default context)
projectNoProject ID (uses current project if omitted)
summaryNoWork summary for this session
blockersNoList of blockers (obstacles)
embodimentNoSelf-declared runtime form (ADR-2026-05-29-12). Optional.
next_actionNoNext action to take
Behavior3/5

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

With no annotations, the description must disclose side effects. It mentions saving state and the optional embodiment field, but does not explain the consequences of ending a session (e.g., whether it can be resumed, whether it is irreversible, or whether related resources are cleaned up). This is a significant gap for a session-terminating operation.

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 two sentences, front-loaded with the core action, and avoids redundancy with the schema. Every phrase contributes 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?

The tool has 7 optional parameters and no output schema, yet the description is brief. It covers the main action and two parameter behaviors, but lacks detail on session end semantics or return values. Considering the absence of annotations, the description is minimal but not severely deficient.

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

Parameters4/5

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

The input schema provides full descriptions for all 7 parameters (100% coverage), so baseline is 3. The description adds value by explaining that project defaults to the current project if omitted and that embodiment is recorded on the saved SessionState, offering context beyond the schema entries.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: 'End the session and save state.' It identifies the resource (session) and outcome (save state), making it distinct from listing or updating sessions. However, it does not explicitly differentiate from save_session, which could also save state without ending.

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

Usage Guidelines2/5

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

No explicit guidance on when to use end_session over save_session or other session tools. The only contextual note is that it uses the current project if project is omitted, which is more of an input behavior than a usage guideline. No exclusions or alternative tool references.

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/SpirrowGames/spirrow-prismind'

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