List NHDPlus HR Service Layers
hydro_list_layersList the layers in the USGS NHDPlus HR service with their IDs, names, and geometry types. Use this to discover additional hydrography data layers or verify layer IDs when querying.
Instructions
List the layers available in the NHDPlus HR service (id, name, geometry type).
Use when: You need to discover available layers beyond those wrapped by the find_* tools (e.g. NHDPlusCatchment, NHDPlusSink, FlowDirection, NHDPlusBoundaryUnit) or to confirm current layer IDs.
Returns: { "layers": [{"id": int, "name": str, "geometry_type": str}, ...], "provenance": {...} }
Error responses:
"Error: NHDPlus HR request failed: ..." -- network or service error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||