remove_from_queue — SimplyPrint: 3D Print Farm Management MCP Tool Mutating
remove_from_queue
(remove from queue) is one of 89 tools on the
SimplyPrint: 3D Print Farm Management
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call remove_from_queue from your client
- Claude Code SimplyPrint: 3D Print Farm Management remove_from_queue run in your project directory
- Claude Desktop SimplyPrint: 3D Print Farm Management remove_from_queue ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor SimplyPrint: 3D Print Farm Management remove_from_queue ~/.cursor/mcp.json
- VS Code SimplyPrint: 3D Print Farm Management remove_from_queue .vscode/mcp.json
- Zed SimplyPrint: 3D Print Farm Management remove_from_queue ~/.config/zed/settings.json
- Windsurf SimplyPrint: 3D Print Farm Management remove_from_queue ~/.codeium/windsurf/mcp_config.json
- Cline SimplyPrint: 3D Print Farm Management remove_from_queue ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI SimplyPrint: 3D Print Farm Management remove_from_queue ~/.gemini/settings.json
- Grok SimplyPrint: 3D Print Farm Management remove_from_queue .mcp.json (in your project root)
- ChatGPT SimplyPrint: 3D Print Farm Management remove_from_queue Settings → Connectors → Advanced → Developer mode
- Claude.ai SimplyPrint: 3D Print Farm Management remove_from_queue Settings → Connectors → Add custom connector
- LangChain SimplyPrint: 3D Print Farm Management remove_from_queue pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http simplyprint https://simplyprint.io/api/mcp
Other tools on this server
- list_printers
- get_printer
- get_farm_overview
- pause_print
- resume_print
- cancel_print
- send_gcode
- create_print_job
- list_scheduled_prints
- reschedule_print
- cancel_scheduled_print
- home_printer
- move_printer_axis
- set_printer_fans
- set_printer_motors
- set_printer_temperatures
- list_queue
- get_queue_item
- add_to_queue
- update_queue_item
- reorder_queue_item
- move_queue_item
- revive_queue_item
- empty_queue
- inspect_printer_queue
- get_queue_item_cost
- get_next_queue_item
- get_next_queue_items_for_printers
- list_queue_groups
- save_queue_group
- delete_queue_group
- reorder_queue_group
- list_pending_queue_items
- approve_queue_item
- deny_queue_item
- send_back_for_revision
- resubmit_queue_item
- list_queue_comments
- add_queue_comment
- update_queue_comment
- delete_queue_comment
- list_custom_fields
- list_custom_fields_for
- set_custom_field_values
- list_files
- get_folder
- estimate_file_cost
- match_file_to_printers
- set_file_printers
- update_file
- assign_tags
- create_folder
- delete_folder
- move_file
- move_folder
- delete_file
- get_slicer_settings_for_file
- list_filaments
- get_filament
- adjust_filament_weight
- assign_filament
- unassign_filament
- get_filament_history
- mark_filament_dried
- list_filament_colors
- list_brand_filaments
- list_print_jobs
- get_print_job
- archive_print_job
- unarchive_print_job
- get_account_statistics
- get_referral_stats
- get_maintenance_dashboard
- list_maintenance_jobs
- get_printer_maintenance_profile
- list_maintenance_problems
- get_maintenance_job
- list_spare_parts
- get_maintenance_status_map
- start_maintenance_job
- complete_maintenance_task
- uncomplete_maintenance_task
- skip_maintenance_task
- unskip_maintenance_task
- assign_maintenance_task
- complete_maintenance_job
- cancel_maintenance_job
- get_webhook_sample
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.