Skip to main content
Glama

mcp_qwen_continue_task

Resume generating the next files in an active task by sending a continuation instruction with task ID and detailed guidance to the Qwen subagent.

Instructions

Отправляет команду на продолжение генерации следующих файлов субагентом Qwen в рамках текущей сессии задачи.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesИдентификатор задачи
instructionYesИнструкция продолжения (например: "Файлы A, B сохранены. Продолжай вывод следующих файлов начиная с C")

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.4/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 does add the context that the tool sends a command to a subagent rather than performing the generation itself, which is useful, but it fails to mention side effects, whether the call is asynchronous, idempotency, failure modes, or what happens to the current session when invoked.

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?

A single, well-structured sentence that front-loads the action ('sends a command') and then specifies the target, scope, and context. There is no filler or redundant detail; every part of the sentence earns its place.

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

Completeness2/5

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

With no output schema and no annotations, the agent is left unsure what the call actually returns, whether it blocks or completes asynchronously, and how it relates to mcp_qwen_extract_and_write_files for handling generated files. The description covers purpose but not enough of the operational context needed to invoke the tool confidently.

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 coverage is 100%, so the schema already documents both task_id and instruction, and the instruction example is helpful. The description itself adds no parameter-level meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 uses a specific verb ('sends a command to continue generation') and clearly identifies the resource ('subagent Qwen' within the current task session). This distinguishes it from sibling tools like submit_task, check_status, verify_task, and config-related tools without needing to inspect schemas.

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 verb 'continue' and phrase 'within the current task session' imply the tool should be used after a task has already been submitted and generation has paused. However, there is no explicit when-to-use guidance, no exclusions, and no direct comparison to alternatives like mcp_qwen_submit_task.

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/ha1tek/antigravity-to-qwen-mcp'

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