list_promotions
ActiveTool of FavCRM
declared in 1.0.0
List promotion/coupon codes with optional status filter.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"search": {
"type": "string",
"description": "Search by name"
},
"status": {
"enum": [
"DRAFT",
"ACTIVE",
"PAUSED",
"EXPIRED"
],
"type": "string",
"description": "Filter by status"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries