Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Campaign
coupontools:create_campaign
Create a new campaign to organize and manage coupons.
Write
Medium risk
Create Coupon
coupontools:create_coupon
Create a new coupon with specified discount rules and validity period.
Write
Medium risk
Delete Coupon
coupontools:delete_coupon
Delete a coupon permanently. This action cannot be undone.
Write
High risk
Get Campaign
coupontools:get_campaign
Fetch a single campaign by ID with all details and statistics.
Read
Low risk
Get Coupon
coupontools:get_coupon
Fetch a single coupon by ID with all details including validation rules and usage stats.
Read
Low risk
Get Validation
coupontools:get_validation
Fetch details of a specific coupon validation by ID.
Read
Low risk
List Campaigns
coupontools:list_campaigns
List campaigns with optional filtering by status and type.
Read
Low risk
List Coupons
coupontools:list_coupons
List coupons with optional filtering by campaign, status, and type.
Read
Low risk
List Validations
coupontools:list_validations
List coupon validations with optional filtering by coupon, campaign, customer, or date range.
Read
Low risk
Update Coupon
coupontools:update_coupon
Update an existing coupon's properties and settings.
Write
Medium risk
Validate Coupon
coupontools:validate_coupon
Validate a coupon code and check if it can be used. This may increment usage count.
Write
Medium risk