You're viewing a demo portfolio

Join the waitlist
PRSM

event_data

Active

Tool of Cdec Ca

declared in 0.1.0

Event-based irregular data.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "start": "2024-01-01",
      "sensor": 3,
      "station_id": "SHA"
    },
    {
      "end": "2024-01-31",
      "start": "2023-12-01",
      "sensor": 4,
      "station_id": "ORO"
    }
  ],
  "required": [
    "station_id",
    "sensor",
    "start"
  ],
  "properties": {
    "end": {
      "type": "string"
    },
    "start": {
      "type": "string"
    },
    "sensor": {
      "type": "number"
    },
    "station_id": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Cdec Ca

https://github.com/pipeworx-io/mcp-cdec-ca

1/7 registries
View full server →