You're viewing a demo portfolio

Join the waitlist
PRSM

list_alerts

Active

Tool of io.github.outdoorithm/outdoorithm

declared in 0.1.0

List all campsite availability alerts for an Outdoorithm user. Requires an Outdoorithm API key (generate at outdoorithm.com/dashboard/api-keys). Args: api_key: User's Outdoorithm API key from their dashboard settings. status: Filter by alert status. One of: "active", "paused", "expired", "error", or "permanent_error". Omit to return all alerts.

Parameters schema

{
  "type": "object",
  "required": [
    "api_key"
  ],
  "properties": {
    "status": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "api_key": {
      "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 →
list_alerts — io.github.outdoorithm/outdoorithm — PRSM MCP