You're viewing a demo portfolio

Join the waitlist
PRSM

delete_alert

Active

Tool of io.github.outdoorithm/outdoorithm

declared in 0.1.0

Permanently delete a campsite availability alert. This cannot be undone. All associated notification history will also be deleted. Consider using toggle_alert to pause instead of deleting. Requires an Outdoorithm API key (generate at outdoorithm.com/dashboard/api-keys). Args: api_key: User's Outdoorithm API key from their dashboard settings. alert_id: UUID of the alert to delete. Get this from list_alerts.

Parameters schema

{
  "type": "object",
  "required": [
    "api_key",
    "alert_id"
  ],
  "properties": {
    "api_key": {
      "type": "string"
    },
    "alert_id": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.outdoorithm/outdoorithm

https://github.com/outdoorithm/website

1/7 registries
View full server →