Skip to main content
Glama
zamatewi-cell

Codex Antigravity Subagent MCP

取消 Gemini 子代理任务

cancel_gemini_task
Destructive

Cancel an active Gemini/Teamwork background task by providing its job ID. Stops the task immediately to prevent further execution or resource use.

Instructions

终止当前 MCP 进程中仍在运行的 Gemini/Teamwork 后台任务。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes

Schema Changelog

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

  1. First observedv1.3.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already state destructiveHint=true and readOnlyHint=false, matching the terminate semantics. The description adds useful context by scoping cancellation to tasks 'still running in the current MCP process', which clarifies that tasks in other processes or already-completed tasks are not affected. It does not describe side effects like partial work loss, but the destructive annotation covers the core safety signal.

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 concise sentence, front-loaded with the action verb, and contains no filler. It efficiently communicates scope, target resource, and the action.

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?

For a simple one-parameter cancellation tool, the description, combined with destructiveHint and the 'current MCP process' scoping, is mostly complete. The main gap is not stating that job_id should come from a starting/delegating tool, but this is inferable from siblings and not critical for invoking the tool.

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 0%, and the description never mentions job_id or explains where it comes from. The parameter name and UUID format are self-explanatory to some degree, so the tool is callable, but the description adds no meaning beyond what the schema already provides.

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 '终止' (terminate) with a clear resource: Gemini/Teamwork background tasks still running in the current MCP process. This clearly distinguishes the tool from siblings like start_gemini_task and get_gemini_task, which have different actions.

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 phrase '仍在运行' implies the tool should be used for running tasks, which gives some usage context. However, there is no explicit when/when-not guidance, no mention of alternatives such as get_gemini_task for finding the job_id, and no note about what to do if the task is already finished.

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/zamatewi-cell/antigravity-subagent-mcp'

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