Skip to main content
Glama

chat

Engage in multi-turn conversations to review code, analyze plans, or troubleshoot development issues within your working directory.

Instructions

与 Coding Plan 服务进行通用多轮对话,可用于代码审查、计划审查、问题分析等。 必选参数:PROMPT(任务指令)、cd(工作目录)。 可选参数:SESSION_ID(继续会话)、model(模型版本)、return_all_messages(返回完整历史)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cdYes
modelNoModel version. Empty uses provider default model env.
PROMPTYes
SESSION_IDNoResume the specified chat session. Empty string starts a new session.
return_all_messagesNoReturn the full message history for debugging.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are given, so the description carries the full burden. It describes the tool as a 'general multi-turn dialogue,' which implies safe, conversational behavior. However, it does not explicitly disclose that it is non-destructive, has no side effects, or any rate limits. The description is adequate but could be more explicit.

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 very concise: two sentences plus a brief list of parameters. It front-loads the purpose and then efficiently covers parameters without redundancy.

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?

Given the tool's simplicity (chat) and the presence of an output schema, the description covers key aspects: purpose, required/optional parameters, and session continuity. It does not detail return values (not needed due to output schema) and is mostly complete.

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?

The schema description coverage is 60%, and the description adds meaning by labeling PROMPT as 'task instruction' and cd as 'working directory,' and explaining optional parameters (SESSION_ID for continuing session, model for version, return_all_messages for full history). This enriches understanding beyond the schema.

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 is for 'general multi-turn dialogue' with the Coding Plan service and lists specific use cases (code review, plan review, problem analysis). It distinguishes from sibling tools like review_code and review_plan by emphasizing it is a general-purpose chat.

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 implies usage scenarios ('可用于代码审查、计划审查、问题分析等') but does not explicitly state when to prefer this tool over the specialized siblings. No direct 'when not to use' or alternative guidance is provided.

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/htmambo/coding-bridge-mcp'

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