Check trial terms
trial_termsEvaluate a live US consumer subscription trial offer. Supply observed availability, duration, card, and auto-conversion facts; the tool returns UNKNOWN instead of inferring current offers from static data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Plan type. Currently only 'individual' plans are supported. | |
| region | Yes | Region code. Currently only 'US' is supported. | |
| vendor | Yes | Vendor identifier (lowercase, underscore-separated). | |
| offer_confirmed | No | For account- or promotion-specific trials, whether a live offer has been confirmed for this account. | |
| observed_trial_days | No | Trial duration shown by the confirmed live offer. Required when offer_confirmed is true for a variable offer. | |
| observed_auto_converts | No | Whether the confirmed live offer converts to a paid subscription after the trial. | |
| observed_card_required | No | Whether the confirmed live offer requires a payment card. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| vendor | No | ||
| message | Yes | ||
| verdict | Yes | ||
| trial_days | No | ||
| source_hash | No | ||
| evaluated_at | No | ||
| auto_converts | No | ||
| card_required | No | ||
| rules_version | No | ||
| policy_version | No | ||
| rulebook_result | No | ||
| trial_available | No | ||
| required_context | No | ||
| policy_source_url | No | ||
| policy_last_checked | No | ||
| policy_source_notes | No | ||
| policy_last_verified_utc | No |