Skip to main content
Glama

session_handoff

Preserve your session's accomplishments, in-progress tasks, and next steps to continue from where you left off.

Instructions

CALL THIS LAST before your session ends — saves state for your next session.

Stores what you did, what's in progress, and what to do next. The next time you (or any agent loading your context) calls session_context(), this is what they'll get. Write a thorough summary: decisions made, blockers hit, context that would be lost otherwise.

Args: summary: What you accomplished this session. Be specific — this is your only record. next_steps: What to do in the next session, in order of priority. in_progress: Task IDs that are currently claimed and not yet completed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
next_stepsNo
in_progressNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations are neutral (no destructive hints, etc.). Description adds value by explaining that state is saved and persisted across sessions, and that session_context will retrieve it. It clarifies the persistence behavior beyond the schema, though it doesn't detail error handling or idempotency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with an initial imperative, explanatory paragraph, and bulleted Args section. It is somewhat verbose but every sentence contributes purpose. Could be tightened slightly.

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

Completeness5/5

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

Given the existence of an output schema (not shown but signaled), return values need not be explained. The description covers purpose, usage, parameter semantics, and behavioral context (state persistence). It is complete for an agent to understand the tool's role in session management.

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

Parameters5/5

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

Despite 0% schema description coverage, the description provides thorough guidance for each parameter: summary should be thorough, next_steps in priority order, in_progress as task IDs. This adds significant meaning beyond type definitions.

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 tool saves session state (what you did, in-progress, next steps) at end of session. It distinguishes itself from sibling session_context, which retrieves this saved state. The verb 'CALL THIS LAST' provides a specific action and context.

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

Usage Guidelines5/5

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

Explicitly says to call this tool last before session ends, and links to session_context for retrieval. It provides clear when-to-use and implies when-not-to-use. The description even mentions alternative tool for loading state.

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/NicolasPrimeau/artel'

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