Skip to main content
Glama

continue_watch

Monitor watch results and auto-submit next instruction upon session completion, then start a new watch for continuous automated task execution.

Instructions

检查后台监听结果。若任务 session 已完成,自动提交下一步指令并启动新一轮后台监听,形成完整自动化循环。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
watch_idYes当前 watch_id
next_instructionNo任务完成后发给 session 的下一步指令。提供后自动提交+启动新 watch。
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool checks, may submit, and may start a new watch, but lacks details on side effects (e.g., old watch status), prerequisites, error handling, or authorization needs. Some behavioral context is provided but not comprehensive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is efficient and front-loaded, but it is somewhat dense with multiple clauses. Could be more concise by splitting into simpler sentences, but overall no wasted words.

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?

The description explains the tool's role in an automation loop, which is helpful. However, it does not mention the return value, error states, or what happens if the session is not completed. Given the lack of output schema and annotations, more detail would be beneficial for full understanding.

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%, so baseline is 3. The description adds context about how the parameters are used in the automation loop (e.g., 'watch_id' for current watch, 'next_instruction' triggers automatic submission), but does not substantially extend beyond what is already in the schema.

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 clearly states the tool checks background monitoring results and automatically submits the next instruction and starts a new watch if the session is completed. It provides a specific verb and resource, but does not explicitly differentiate from sibling tools like 'watch_session' or 'get_watch_result', which could cause confusion about when to use each.

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?

Usage is implied: after a task session is completed, to continue automation. However, there is no explicit guidance on when not to use this tool or what alternatives exist. The description relies on context to infer appropriateness.

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/FirenzeClaw/kimi-session-orchestrator'

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