Skip to main content
Glama
DonHz666

kscc-mcp-server

by DonHz666

continue_kscc_session

Resume an existing session for multi-turn development. Pass a session ID to target a specific conversation, or use the working directory to continue the most recent session.

Instructions

续接 kscc 会话做多轮迭代;给 sessionId 走 --resume,否则用 cwd 走 --continue

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdYes项目目录;未给 sessionId 时用它续接该目录最近会话
forkNo续接时开新 session id,不改原会话
modelNo
effortNo
promptYes续接会话的追问内容
addDirsNo
mcpConfigNo
sessionIdNo续接指定会话(优先于 cwd)
timeoutMsNo
jsonSchemaNo
allowedToolsNo
maxBudgetUsdNo
outputFormatNo
permissionModeNo
disallowedToolsNo
appendSystemPromptNo
noSessionPersistenceNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals the internal resume/continue flag mechanics, but does not disclose side effects, budget/agent behavior, session persistence, or whether the original session is mutated (only indirectly hinted by the fork parameter in the schema). This is a significant gap for an agentic continuation tool.

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 a single sentence with no filler, front-loading the purpose and then giving a compact routing rule. Every segment earns its place and the structure is easy to parse.

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

Completeness1/5

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

Given 17 parameters, no output schema, no annotations, and the existence of a sibling tool, this one-line description is severely incomplete. It omits return values, error behavior, side effects, cost implications, and any comparison with run_kscc_prompt, making it inadequate for reliable tool selection and invocation.

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

Parameters2/5

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

Schema description coverage is only 24%, and the description only addresses sessionId and cwd—both already described in the schema. The other 15 parameters (model, effort, permissionMode, allowedTools, disallowedTools, maxBudgetUsd, etc.) receive no explanation, so the description fails to compensate for the low schema coverage.

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 action (续接/continue) and resource (kscc 会话) with a clear goal (多轮迭代/multi-round iteration). The routing clause also distinguishes this from the sibling run_kscc_prompt by making clear it resumes an existing session rather than starting a new one, even without naming the sibling.

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

Usage Guidelines3/5

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

The description gives parameter-selection guidance: with sessionId use --resume, otherwise use cwd with --continue. However, it provides no explicit guidance on when to use this tool versus run_kscc_prompt, such as 'use run_kscc_prompt for new sessions.' The usage context is implied by the word 续接 but not clearly stated.

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/DonHz666/kscc-mcp'

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