Skip to content
Development
Command

/list-quotes

List Kaseya Quote Manager quotes, optionally scoped to a recent window

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/list-quotes

Context preview

What this command does when you run it.

List Kaseya Quote Manager quotes, optionally scoped to a recent window

Command definition

list-quotes.md
description: List Kaseya Quote Manager quotes, optionally scoped to a recent window
argument-hint: "[modifiedAfter] [pageSize]"
arguments: [modifiedAfter, pageSize]

List Kaseya Quote Manager Quotes

Arguments

  • `modifiedAfter` (optional) — ISO timestamp - only return quotes changed after this time
  • `pageSize` (optional) — Results per page (max 100)

Prerequisites

  • Kaseya Quote Manager API key configured (read-only)

Steps

1. Call `kqm_quote_list` with `page=1`, `pageSize=$pageSize` (default 100), and `modifiedAfter=$modifiedAfter` if provided 2. Page through results until a partial page is returned 3. Display quotes with id, customer, status, and total

Examples

List quotes changed this month

/list-quotes modifiedAfter=2026-05-01T00:00:00Z

Error Handling

| Error | Resolution | |-------|------------| | 429 Rate Limited | Wait and retry with backoff (60 req/min, 20k/day) | | 401 Unauthorized | Verify the API key |

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