Subscribe to Arena-Pulse Score Threshold Crossings
arena_subscribe_pulse_changesNotify me when market heat crosses a threshold? Fires when the daily 0–100 Arena-Pulse score crosses threshold_above (upward) or threshold_below (downward). At least one threshold is required. For the current score without subscribing, call arena_get_pulse. Creates a standing subscription; it does not return a value now — collect fired updates with arena_check_subscription_updates (polling) or receive them by webhook, and end it with arena_cancel_subscription. For the CURRENT value instead of a change notification, call the matching read tool. [API Pro tier and up — max 3 active subscriptions for Pro, 20 for Power]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expires_at | No | ISO-8601 timestamp after which the subscription auto-deactivates. Omit to keep it active until cancelled. | |
| webhook_url | No | HTTPS endpoint we POST to. Required when delivery_method=webhook, ignored otherwise. | |
| delivery_method | No | How updates reach you: 'polling' (default — collect via arena_check_subscription_updates) or 'webhook' (we POST to your URL). | |
| threshold_above | No | Fire when score rises across this value. | |
| threshold_below | No | Fire when score falls across this value. |