ghost_get_tiers
Fetch membership tiers from Ghost CMS, with optional filters for type (free/paid) and NQL query, pagination, and ordering.
Instructions
Retrieves a list of tiers (membership levels) from Ghost CMS with optional filtering by type (free/paid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| page | No | ||
| filter | No | NQL filter string (e.g., "type:paid+active:true") | |
| include | No | Comma-separated list of relations to include | |
| order | No | Order results (e.g., "monthly_price ASC", "created_at DESC") |