You're viewing a demo portfolio

Join the waitlist
PRSM

get_river_discharge

Active

Tool of flood

declared in 0.1.0

Get daily river discharge forecast in cubic meters per second for a location. Returns discharge values with timestamps. Use to monitor water flow rates for flood risk assessment.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "latitude": 40.7128,
      "longitude": -74.006
    },
    {
      "latitude": 48.8566,
      "longitude": 2.3522,
      "forecast_days": 14
    }
  ],
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "latitude": {
      "type": "number",
      "description": "Latitude of the location in decimal degrees."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude of the location in decimal degrees."
    },
    "forecast_days": {
      "type": "number",
      "description": "Number of forecast days to retrieve (1–92). Defaults to 7."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

flood

https://github.com/pipeworx-io/mcp-flood

1/7 registries
View full server →
get_river_discharge — flood — PRSM MCP