toggle_alert
ActiveTool of io.github.outdoorithm/outdoorithm
Pause or resume a campsite availability alert. If the alert is active, it will be paused (stops checking for availability). If the alert is paused, it will be resumed (starts checking again). 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 toggle. Get this from list_alerts.
Parameters schema
{
"type": "object",
"required": [
"api_key",
"alert_id"
],
"properties": {
"api_key": {
"type": "string"
},
"alert_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.outdoorithm/outdoorithm
https://github.com/outdoorithm/website
1/7 registries