You're viewing a demo portfolio

Join the waitlist
PRSM

list_service_packages

Active

Tool of FavCRM

declared in 1.0.0

List service packages/prepaid session bundles with optional search, status, sorting, and pagination.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "sort": {
      "type": "string",
      "description": "Sort column: name, price, or createdAt"
    },
    "limit": {
      "type": "number",
      "description": "Max results (default 20)"
    },
    "order": {
      "enum": [
        "asc",
        "desc"
      ],
      "type": "string",
      "description": "Sort order"
    },
    "search": {
      "type": "string",
      "description": "Search package name"
    },
    "status": {
      "enum": [
        "ACTIVE",
        "INACTIVE"
      ],
      "type": "string",
      "description": "Filter by package status"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
list_service_packages — FavCRM — PRSM MCP