Skip to main content
Glama
AbdulqaderAhmed

memory-manager-mcp

Create handoff

create_handoff

Create a structured handoff before pausing work, so the next agent can resume immediately with completed items, remaining tasks, known issues, and recommended next steps.

Instructions

Create a structured handoff BEFORE ending or pausing work, so the next agent (possibly in another IDE) can continue seamlessly. Include what was completed, what remains, known problems, changed files and the recommended next action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesThe task being handed off.
notesNo
agentIdNoIdentifier of the calling agent/client, e.g. "cursor", "vscode", "claude-cli".
problemsNo
completedNo
remainingNo
sessionIdNo
nextActionYesRecommended next action for the next agent.
changedFilesNo
workspacePathNoWorkspace directory of the project. Defaults to the server working directory.
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains the purpose and intended content, but does not disclose side effects such as whether the handoff overwrites prior ones, whether an active session is required, or how the handoff is stored/retrieved. This leaves moderate gaps beyond what is obvious from the action itself.

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 action and timing, then listing the required content. Every word earns its place; there is no redundancy or filler.

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?

Given the tool has 10 parameters and no output schema, the description provides a solid overview of purpose and main content but omits important behavioral details such as persistence semantics, overwrite behavior, and the significance of optional parameters like sessionId or workspacePath. It is adequate but has clear gaps for a tool of this complexity.

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?

Schema description coverage is only 40%, but the description compensates by naming five key fields to include (completed, remaining, known problems, changed files, next action), which maps to schema parameters. Combined with the schema's own descriptions for task, nextAction, agentId, and workspacePath, most parameters gain meaning. A few params (notes, sessionId) remain unexplained, but the description adds significant value.

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 states a specific verb ('Create'), a resource ('structured handoff'), and a clear timing ('BEFORE ending or pausing work'). It also includes the purpose ('so the next agent can continue seamlessly'), which distinguishes it from sibling tools like get_latest_handoff (read operation) or save_memory (memory storage).

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?

The description explicitly identifies when to use the tool: 'BEFORE ending or pausing work.' It provides clear context for invocation, though it does not explicitly name alternatives or when not to use it. This fits 'clear context, no exclusions' rather than reaching a full 5.

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

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