---
name: check-ink
description: Check printer ink or toner levels. Use when the user asks about ink levels, printer status, or before any print-related task.
---

# Check Printer Ink Levels

When the user asks about printer ink levels, wants to know printer status, or is about to print something:

1. If the printer IP is not known, use the `discover_printers` tool to find printers on the network. Present the discovered printers and ask which one to check.

2. Use the `check_ink_levels` tool with the printer IP to get current ink levels.

3. Present the results clearly:
   - Show each cartridge name, color, and percentage level
   - Highlight any cartridges below 20% as needing attention
   - If any cartridge is below 10%, strongly recommend ordering a replacement
   - For tri-color cartridges, note that all three colors (cyan, magenta, yellow) share one cartridge

4. If the user provides `$ARGUMENTS`, treat it as the printer IP address.
