daily_data
ActiveTool of Cdec Ca
declared in 0.1.0
Daily data for (station, sensor).
Parameters schema
{
"type": "object",
"examples": [
{
"start": "2024-01-01",
"sensor": 1,
"station_id": "SHA"
},
{
"end": "2024-01-15",
"start": "2023-06-15",
"sensor": 2,
"station_id": "ORO"
}
],
"required": [
"station_id",
"sensor",
"start"
],
"properties": {
"end": {
"type": "string"
},
"start": {
"type": "string",
"description": "YYYY-MM-DD"
},
"sensor": {
"type": "number"
},
"station_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cdec Ca
https://github.com/pipeworx-io/mcp-cdec-ca
1/7 registries