media.job.cancel
Cancel a queued or running durable media job by job ID to halt processing and free resources.
Instructions
Cancel a durable job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Cancel a queued or running durable media job by job ID to halt processing and free resources.
Cancel a durable job.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosing behavior, but it only restates the intent. It does not mention whether cancellation is immediate, asynchronous, irreversible, or what happens to a job that is already running or completed.
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 compact and front-loaded, with no filler words. However, it is so minimal that conciseness is achieved at the expense of useful detail.
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 destructive operation with no annotations and no output schema, the description is severely incomplete. It fails to explain the durable job lifecycle, side effects, jobId source, or error behavior, leaving an agent without enough context to invoke the tool safely.
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 requires jobId but does not define it in properties, and the description adds no parameter meaning. An agent cannot determine the expected type or source of jobId from either the schema or the description.
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 states a specific action ('Cancel') and a specific resource ('a durable job'), which distinguishes it from sibling tools like job.status, job.list, and job.run_once. It is clear about what the tool does, though the term 'durable job' is not defined.
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?
No guidance is provided about when to use this tool versus alternatives, when cancellation is allowed, or what state the job must be in. The description simply states the action without contextual routing or exclusions.
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/disomanceo/Ceo-MCP-Media'
If you have feedback or need assistance with the MCP directory API, please join our Discord server