event_data
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Cdec Ca
https://github.com/pipeworx-io/mcp-cdec-ca
1/7 registries