Skip to main content
Glama

Continue Claude Session

claude_continue

Continue an ongoing Claude conversation by providing the session ID and your follow-up message. Use to answer clarifying questions from Claude or provide additional context for a complete resolution.

Instructions

Continue an existing Claude conversation. Pass the session_id printed at the end of a previous result plus your follow-up message. Use the same workspace_dir as the original call, or the session will not be found. If Claude's answer ends with a 'Questions for you:' section or the JSON contains questions_for_caller, answer those questions with this tool to unblock a better conclusion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoClaude model override: opus, sonnet, haiku, or a full model id. Omit for the configured default.
stanceNoSet to "critical" when continuing an adversarial review or debate so Claude keeps its reviewer discipline instead of drifting agreeable.
messageYesYour follow-up message for the same conversation.
session_idYesThe session_id printed at the end of a previous result.
workspace_dirNoAbsolute path to the project this relates to; becomes Claude's working directory. Reuse the same value when continuing a session.
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses that incorrect workspace_dir causes session not found, and that answering questions unblocks better conclusions. However, does not mention side effects, session lifetime, or what the response looks like. Adequate but not rich.

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?

Three sentences, each provides necessary information without redundancy. Front-loaded with primary purpose, then key constraints, then special use case. No wasted words.

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?

Handles core usage well: how to continue session and handle questions. No output schema, so description could elaborate on expected return, but for a continuation tool the behavior is fairly straightforward. Misses guidance on session persistence or error cases beyond workspace mismatch.

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 coverage is 100% with descriptions, so baseline 3. Description adds context: explains the relationship between session_id and workspace_dir, and the purpose of answering questions. For model and stance, it doesn't elaborate beyond schema, but overall adds 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?

Clearly states it continues an existing Claude conversation, distinguishing it from siblings like ask_claude (starts new), claude_debate_* (debates), and claude_review_* (reviews). The verb 'continue' plus resource 'session' is specific.

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 explicit when-to-use: when you have a session_id and follow-up message. Mentions workspace_dir must match original, otherwise session not found. Also advises using this tool to answer questions from previous response. Lacks explicit 'do not use if' scenarios but is clear enough.

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/Chao-Shiun/claude-consult-mcp'

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