From autotask
Searches the Autotask product catalog for products, services, or inventory items. Supports filtering by type, active status, and category.
How this command is triggered — by the user, by Claude, or both
Slash command
/autotask:search-products [search] [type] [active-only] [category]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Search Autotask Product Catalog ## Prerequisites - Autotask MCP server connected and authenticated - API user has read access to product catalog entities ## Steps 1. Determine the search type (products, services, or inventory) 2. Build the appropriate search query with filters 3. Execute the search using the corresponding MCP tool 4. Format and display results with key fields ### For Products ### For Services ### For Inventory ## Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | search | string | No ...
Tool: autotask_search_products
Args: {
searchTerm: "$search",
isActive: $active-only,
productCategory: $category
}
Tool: autotask_search_services
Args: {
searchTerm: "$search",
isActive: $active-only
}
Tool: autotask_search_inventory_items
Args: {
productID: <resolved from search>
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| search | string | No | - | Search term for name or SKU |
| type | string | No | products | products, services, or inventory |
| active-only | boolean | No | true | Filter to active items only |
| category | number | No | - | Product category ID filter |
/search-products search="firewall"
/search-products search="managed" type="services"
/search-products category=5 active-only=true
/search-products search="laptop" type="inventory"
Results displayed as a table:
Found 3 products matching "firewall":
| ID | Name | SKU | Unit Price | Active |
|-------|-------------------------|------------|------------|--------|
| 12345 | FortiGate 60F | FG-60F | $1,299.00 | Yes |
| 12346 | FortiGate 80F | FG-80F | $2,199.00 | Yes |
| 12347 | SonicWall TZ270 | SW-TZ270 | $599.00 | Yes |
| Error | Resolution |
|---|---|
| No results found | Try broader search terms or remove filters |
| MCP server not connected | Check Autotask MCP server configuration |
| Permission denied | Verify API user has product catalog access |
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin autotask/search-productsSearches the Salesbuildr product catalog by name or category and displays results with pricing.
/search-productsSearches the Pax8 cloud product catalog by product name or vendor, returning matching SKUs with optional pricing tiers.
/lookup-configSearches ConnectWise PSA configuration items (assets) by name, serial, tag, or company, with optional type and status filters, and returns a formatted table of results.
/gcloud-searchSearches the UK Digital Marketplace for G-Cloud services matching project requirements, compares options, and produces procurement recommendations.
/search-assetsSearches customer assets in Syncro by name, serial, customer ID, type, or status. Returns formatted results with quick action links.