You're viewing a demo portfolio

Join the waitlist
PRSM

arena_subscribe_pulse_changes

Active

Tool of Backtesting Arena

declared in 1.2.0

Creates a subscription that fires when the daily 0-100 Arena-Pulse score crosses threshold_above (up) or threshold_below (down). At least one threshold required. [API Pro tier and up — 3 active subscriptions max for Pro, 20 for Power]

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "context"
  ],
  "properties": {
    "context": {
      "type": "string",
      "description": "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\""
    },
    "expires_at": {
      "type": "string"
    },
    "webhook_url": {
      "type": "string",
      "format": "uri"
    },
    "delivery_method": {
      "enum": [
        "polling",
        "webhook"
      ],
      "type": "string"
    },
    "threshold_above": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Fire when score rises across this value."
    },
    "threshold_below": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Fire when score falls across this value."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Backtesting Arena

https://github.com/Schoasch/skill-backtesting-arena

2/7 registries
View full server →