Skip to main content
Glama
constripacity

claude-replay

replay_resume

Read-only

Resume a previous Claude Code session by providing its session ID, restoring context to continue from where it left off.

Instructions

Generate a structured resume brief for a session (default: the most recent). Paste the result into a new Claude Code session to continue where it left off.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNoSession ID (default: most recent)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered without needing repetition. The description adds the 'default: most recent' behavior and the workflow advice about pasting, but that overlaps with parameter schema and usage guidance rather than exposing new behavioral traits. No contradictions with annotations.

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 only two sentences long and front-loads the main purpose. The second sentence adds immediate practical guidance without fluff, making it highly efficient for an agent to parse.

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

Completeness4/5

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

The tool has just one optional parameter and no output schema, and the description still explains the invocation default and how to use the result. It does not account for edge cases like no existing session or the exact format of the brief, but these are not essential for an agent to correctly call and consume the output.

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 description coverage is 100%, with session_id already described as 'Session ID (default: most recent)'. The tool description essentially restates the default without adding semantic detail on format or session selection logic. Given high schema coverage, the baseline of 3 is appropriate.

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 uses a specific verb 'Generate' with a specific resource 'structured resume brief' and states a default behavior ('most recent'), so the core purpose is clear. It does not explicitly distinguish itself from sibling tools like replay_checkpoint or replay_status, which prevents a 5.

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 gives an explicit use case: 'Paste the result into a new Claude Code session to continue where it left off.' This provides clear context for when this tool should be used. It does not, however, exclude any alternatives or state which sibling tools should be used instead, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/constripacity/Claude-Replay'

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