list_service_packages
ActiveTool 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"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries