停止任务
stop_jobStop a scheduled job to halt automatic runs while retaining its existing configuration.
Instructions
停止指定任务的调度(不再自动执行,历史配置保留)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | 任务 id |
stop_jobStop a scheduled job to halt automatic runs while retaining its existing configuration.
停止指定任务的调度(不再自动执行,历史配置保留)。
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | 任务 id |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses the main behavior (no longer automatically executed) and that historical configuration is retained, adding useful context. However, it does not mention whether running instances are affected or if the action is reversible via start_job.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no redundant information. It efficiently conveys the action and its key consequence.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with no output schema, the description adequately explains the operation and its effect. Sibling tools provide additional context, and the description is sufficient for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description covers the only parameter (jobId) at 100%, so the baseline is 3. The tool description adds no additional parameter-specific 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.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool stops the scheduling of the specified task and preserves historical configuration, distinguishing it from remove_job and complementing start_job. It provides a specific verb and resource with a clear scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (to suspend auto-execution while retaining config) but does not explicitly mention alternatives like start_job or remove_job. No when-not-to-use guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaguocgl/mcp-xxl-job'
If you have feedback or need assistance with the MCP directory API, please join our Discord server