Skip to main content
Glama
chapmanjw

Rutherford MCP Server

by chapmanjw

cancel_job

Cancel a running background job by providing its job ID. Returns the job's status, or indicates if the job is unknown or already finished.

Instructions

Cancel a running background job (killing its work) and return {job_id, status}; JOB_NOT_FOUND if unknown.

Cancelling an already-finished job is a no-op that returns its current status. The job's process tree is torn down on the next cancellation point.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses the side effects (killing work, tearing down process tree) and behavior for finished jobs. Lacks mention of permissions or auth, but sufficient for a kill operation.

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?

Two concise paragraphs with no superfluous information. The first sentence front-loads essential purpose; the second adds useful detail.

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?

Tool is simple with one param and output schema exists. Description covers return values and error case. Could mention that job_id comes from list_jobs, but overall adequate.

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 has no description for job_id (0% coverage). The description implies job_id identifies the job but does not explicitly state its format or origin, leaving some ambiguity.

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 verb 'cancel' and the resource 'running background job', and specifies the return format. It distinguishes from sibling tools like continue_job (opposite) and job_status (read-only).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It indicates when to use (for running jobs) and that cancelling a finished job is a no-op. However, it does not explicitly mention when not to use or provide direct alternatives.

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/chapmanjw/rutherford-mcp-server'

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