ghost_create_tier
Create a new membership tier in Ghost CMS with configurable pricing, trial days, and benefits.
Instructions
Creates a new tier (membership level) in Ghost CMS with pricing and benefits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| slug | No | ||
| active | No | Whether tier is currently active/available | |
| type | No | paid | |
| welcome_page_url | No | ||
| visibility | No | public | |
| trial_days | No | Number of trial days for paid tiers | |
| currency | No | ||
| monthly_price | No | ||
| yearly_price | No | ||
| benefits | No | Array of benefit names/descriptions |