Skip to main content
Glama

Agent Jobs MCP Server

cancel_job

Terminate an agent job by providing its unique ID; optionally include a reason for cancellation. Works with the Agent Jobs MCP Server to manage and halt asynchronous tasks.

Instructions

Cancels an agent job by its ID.

Input Schema

NameRequiredDescriptionDefault
job_idYesThe unique identifier of the job to be canceled. Example: 'job-12345'.
reasonNoAn optional reason explaining why the job is being canceled.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "job_id": { "description": "The unique identifier of the job to be canceled. Example: 'job-12345'.", "type": "string" }, "reason": { "description": "An optional reason explaining why the job is being canceled.", "type": "string" } }, "required": [ "job_id" ], "type": "object" }
Install Server

Other Tools from Agent Jobs MCP Server

Related Tools

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/aiconnect-cloud/agentjobs-mcp'

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