Skip to content
Development
Command

/warranty-lookup

Look up warranty and lifecycle status for a client's hardware in ScalePad

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/warranty-lookup

Context preview

What this command does when you run it.

Look up warranty and lifecycle status for a client's hardware in ScalePad

Command definition

warranty-lookup.md
description: Look up warranty and lifecycle status for a client's hardware in ScalePad
argument-hint: "[client] [serial]"
arguments: [client, serial]

ScalePad Warranty Lookup

Look up warranty coverage and lifecycle status for a client's hardware, flagging expired or expiring coverage and available ScalePad warranty pricing.

Prerequisites

  • ScalePad MCP server connected with a valid `X_SCALEPAD_API_KEY`
  • Optional discovery: `scalepad_navigate` with `domain: "lifecycle-manager"` lists the relevant tools
  • Tools used: `scalepad_lm_clients_lookup`, `scalepad_lm_hardware_list`, `scalepad_lm_hardware_lifecycles_list`, `scalepad_lm_hardware_overview_get`, `scalepad_lm_warranty_pricing_list`

Steps

1. **Resolve the client**

Call `scalepad_lm_clients_lookup` with `search` set to the client argument. Confirm with the user if multiple matches.

2. **List the hardware**

Call `scalepad_lm_hardware_list` with `client_id`. If `serial` was provided, call `scalepad_lm_hardware_lifecycles_list` with `filter[serial_number]` instead to jump straight to the asset.

3. **Pull warranty/lifecycle detail**

For the asset(s) of interest, call `scalepad_lm_hardware_overview_get` with the `hardware_key` for purchase date, age, warranty expiry, and replacement guidance.

4. **Check ScalePad warranty pricing**

For assets with expired or expiring OEM coverage, call `scalepad_lm_warranty_pricing_list` with the `client_id` to show available extended-warranty pricing.

5. **Report**

Output a table: asset name, serial, age, warranty status (active / expiring < 90 days / expired), and — where applicable — the ScalePad warranty option and price.

Examples

All hardware for a client

/warranty-lookup "Acme Dental"

One asset by serial

/warranty-lookup "Acme Dental" "C02XL0GWJGH5"

Related Commands

  • `/asset-lifecycle-report` - full aging/refresh report for a client
Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins