reservoirs
Pack: cdec-ca · Endpoint: https://gateway.pipeworx.io/cdec-ca/mcp
Reservoir storage snapshots.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
station_id | string | no |
Example call
curl -X POST https://gateway.pipeworx.io/cdec-ca/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"reservoirs","arguments":{}}}'
Response shape
| Field | Type | Description |
|---|---|---|
format | string | Indicates response is plain text (non-JSON) |
body | string | Raw text response from API |
Full JSON Schema
{
"type": "object",
"description": "Response from CDEC API containing reservoir storage snapshots or raw text",
"properties": {
"format": {
"type": "string",
"enum": [
"text"
],
"description": "Indicates response is plain text (non-JSON)"
},
"body": {
"type": "string",
"description": "Raw text response from API"
}
},
"additionalProperties": true
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"cdec-ca": {
"url": "https://gateway.pipeworx.io/cdec-ca/mcp"
}
}
}
See Getting Started for client-specific install steps.