Skip to main content
Glama

MCP Printer Server

by steveclarke

cancel_print_job

Cancel specific print jobs by ID or stop all pending print jobs for a printer. Manage print queues to remove unwanted documents before they print.

Instructions

Cancel a specific print job by job ID or cancel all jobs for a printer.

Input Schema

NameRequiredDescriptionDefault
cancel_allNoCancel all jobs for the specified printer
job_idNoJob ID to cancel (get from get_print_queue)
printerNoPrinter name (required if canceling all jobs)

Input Schema (JSON Schema)

{ "properties": { "cancel_all": { "default": false, "description": "Cancel all jobs for the specified printer", "type": "boolean" }, "job_id": { "description": "Job ID to cancel (get from get_print_queue)", "type": "string" }, "printer": { "description": "Printer name (required if canceling all jobs)", "type": "string" } }, "type": "object" }

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/steveclarke/mcp-printer'

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