Skip to main content
Glama
E-R-Butch

goofish-z-mcp

by E-R-Butch

watch.cancel

Stop a running price monitoring job by its ID, terminating background checks after the current request completes.

Instructions

请求取消后台监控;正在进行的网络请求结束后停止

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.2.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It adds valuable context that cancellation is a request and takes effect only after the ongoing network request finishes, which clarifies the asynchronous nature. However, it does not disclose whether cancellation is idempotent, what happens if the job is already complete, or error behavior.

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 two short clauses in a single sentence, with no wasted words. The core purpose is front-loaded, and the async timing detail earns its place by conveying key behavioral nuance.

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?

This is a simple one-parameter tool with an output schema, so the return format is covered elsewhere. The core cancellation behavior and timing are described, but the missing guidance on job_id provenance and lack of edge-case handling (e.g., unknown or completed job) leave the description only minimally complete.

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%, so the tool description must compensate for the undocumented job_id parameter. It does not explain what job_id refers to, how to obtain it, or any format constraints. The parameter name itself hints that it identifies the job to cancel, but the description adds no value beyond that inference.

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 it cancels background monitoring, using a specific verb ('cancel') and resource ('background monitoring'). It does not explicitly distinguish itself from sibling tools like watch.remove, and 'background monitoring' is somewhat vague, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as watch.remove, watch.disable, or watch.stop (if present). It also does not mention prerequisites like obtaining a job_id from watch.start. Only the cancellation behavior is described, with no exclusion criteria or alternative routing.

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/E-R-Butch/Goofish-Z'

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