Agents Langchain Schema

41
Tool Count

Tools

NameDescriptionArgs SchemaApi EndpointApi MethodPricing
georisk_scoreGet a composite multi-hazard risk score (0-100) for any location on Earth. Combines 8 independent geophysical hazard models: earthquake, volcano, tsunami, seismic site amplification, sinkhole, weather, flood, and landslide. Returns risk level (LOW/MODERATE/HIGH/CRITICAL), dominant hazard, and component breakdown. Use for insurance underwriting, real estate due diligence, supply chain risk, site selection, or any location-based risk assessment.{"lat": {"type": "number", "description": "Latitude (-90 to 90)", "required": true}, "lon": {"type": "number", "description": "Longitude (-180 to 180)", "required": true}, "radius_km": {"type": "numbe/api/v1/georisk/scorePOST$0.50/query
earthquake_riskGet ML-predicted earthquake risk for a location. Returns risk score (0-100), probability of M4+ event within 30 days, historical seismicity, and nearest fault distance. Uses 51 features including seismic velocity change (dv/v) from ambient noise interferometry.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "radius_km": {"type": "number", "description": "Search/api/v1/earthquake/predictPOST$0.25/query
volcano_riskGet volcano eruption risk for a location. Returns alert level (NORMAL/ADVISORY/WATCH/WARNING), risk score, nearest volcano name and distance. Uses StackingClassifier with 100% test accuracy.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/volcano/predictPOST$0.25/query
tsunami_riskGet tsunami exposure risk for a coastal location. Returns risk score (0-100), nearest tsunami source zone, estimated travel time, historical events, and evacuation recommendation. Uses StackingClassifier with 24 features.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/tsunami/predictPOST$0.25/query
sinkhole_riskGet sinkhole risk for a location using the Ghost Network system. Combines 7 physics precursors (groundwater, InSAR, gravity, LiDAR, EM anomaly, rail vibration, WiFi tilt) with 5 weather triggers. 93.8% accuracy on real Florida sinkhole events. Critical for Florida property insurance and real estate transactions.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/ghost-network/weather-correlationPOST$0.25/query
landslide_riskGet landslide susceptibility for a location using LiDAR-derived slope analysis, soil moisture, precipitation history, and geological factors. Returns susceptibility score (0-100), slope class, and contributing factors.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/lidar/predict/landslidePOST$0.25/query
wildfire_riskGet wildfire risk for a location. Combines vegetation density, drought index, wind conditions, historical fire perimeters, and WUI (wildland-urban interface) proximity. Returns risk score, fire weather index, and defensible space rating.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/wildfire/riskPOST$0.25/query
weather_contextGet comprehensive weather and severe weather risk for a location. Includes current conditions, severe weather alerts (NWS), tornado/hail reports (SWDI), flood forecasts (GloFAS), and soil moisture. Covers the full weather threat picture from 5 free sources.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/weather/contextPOST$0.10/query
flood_forecastGet flood risk and river stage forecasts for a location. Combines NOAA NWPS river gauge data, GloFAS global flood forecasts, and FEMA flood zone data. Returns flood stage, exceedance probability, and risk level.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/weather/flood-forecastPOST$0.15/query
weather_historicalGet historical weather data for a location from ERA5 reanalysis (1940-present). Returns temperature, precipitation, wind, soil moisture trends over decades. Use for climate trend analysis, baseline comparisons, and actuarial modeling.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "start_year": {"type": "integer", "description": "Star/api/v1/weather/historicalPOST$0.25/query
insurance_property_scoreGet insurance-specific property risk scoring with NAIC peril codes, vulnerability curves, and premium adjustment factors. Built for P&C insurance underwriting workflows. Returns per-peril scores for earthquake, flood, wildfire, sinkhole, wind, and multi-peril.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "property_type": {"type": "string", "description": "re/api/v1/insurance/property-scorePOST$0.50/query
insurance_portfolio_batchScore up to 100 properties in a single request. Returns per-property GeoRisk scores, dominant hazards, and portfolio-level aggregates (PML, concentration risk, diversification benefit). Use for portfolio underwriting, acquisition due diligence, or reinsurance placement.{"locations": {"type": "array", "description": "Array of {lat, lon, property_type, insured_value} objects (max 100)", "required": true}}/api/v1/insurance/portfolio-batchPOST$2.00/batch
cat_bond_pricingGet catastrophe bond pricing analytics. Calculates expected loss, attachment/exhaustion probability, and risk-adjusted spread for a parametric cat bond covering a geographic region. Supports earthquake, hurricane, flood, and multi-peril structures.{"lat": {"type": "number", "description": "Center latitude of coverage area", "required": true}, "lon": {"type": "number", "description": "Center longitude of coverage area", "required": true}, "peril/api/v1/insurance/cat-bond-pricingPOST$1.50/query
muni_bond_riskAssess natural hazard risk for municipal bond underwriting. Returns hazard exposure score, infrastructure vulnerability, fiscal resilience rating, and risk-adjusted spread recommendation for a municipality.{"lat": {"type": "number", "description": "Latitude of municipality", "required": true}, "lon": {"type": "number", "description": "Longitude of municipality", "required": true}}/api/v1/muni-bond/scorePOST$0.75/query
natural_hazard_disclosureGenerate a natural hazard disclosure report for real estate transactions. Covers earthquake fault zones, flood zones, fire hazard severity zones, landslide areas, and environmental hazards. Required in many US states for property sales.{"lat": {"type": "number", "description": "Property latitude", "required": true}, "lon": {"type": "number", "description": "Property longitude", "required": true}, "state": {"type": "string", "descrip/api/v1/nhd-report/generatePOST$5.00/report
climate_migration_scoreAssess long-term climate migration risk for a location. Combines current hazard exposure with climate trajectory projections under IPCC SSP scenarios. Returns a 0-100 migration pressure score, top climate drivers, and projected risk change over 10/20/30 years. Use for mortgage risk, real estate investment, and relocation planning.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "horizon_years": {"type": "integer", "description": "P/api/v1/climate-migration/scorePOST$0.50/query
climate_migration_destinationsRank the best relocation destinations based on climate resilience. Returns top 10 US cities with lowest multi-hazard exposure, strongest economic indicators, and best climate trajectory. Use for corporate relocation, real estate development, or personal planning.{"lat": {"type": "number", "description": "Current location latitude", "required": true}, "lon": {"type": "number", "description": "Current location longitude", "required": true}, "budget_tier": {"typ/api/v1/climate-migration/destinationsPOST$0.75/query
mortgage_climate_riskClimate-adjusted mortgage risk assessment. Evaluates how climate change will affect property value and default probability over a 15-30 year mortgage term. Returns climate risk premium, stranded asset probability, and insurance availability forecast.{"lat": {"type": "number", "description": "Property latitude", "required": true}, "lon": {"type": "number", "description": "Property longitude", "required": true}, "loan_term_years": {"type": "integer/api/v1/climate-migration/mortgage-riskPOST$0.50/query
parametric_trigger_checkVerify if a parametric insurance trigger condition has been met. Checks real-time data from 28+ authoritative sources (USGS, NOAA, NASA) against user-defined thresholds. Supports earthquake magnitude, wind speed, rainfall accumulation, flood stage, and volcanic alert triggers. Returns triggered (yes/no) with evidence from source data. Compatible with Chainlink oracle for on-chain settlement.{"trigger_type": {"type": "string", "description": "earthquake, flood, wind, or volcano", "required": true}, "lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "nu/api/v1/chainlink/oraclePOST$0.50/query
location_reportGenerate a comprehensive location risk report aggregating all platform data: GeoRisk score, natural hazards, weather risk, flood zones, environmental factors, soil/geology, and historical events. Use for real estate due diligence, site selection, or insurance.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "tier": {"type": "string", "description": "Report tier/api/v1/location-reportPOST$5-$50/query
seismic_site_classGet NEHRP seismic site classification (A-F) for a location based on Vs30 (shear-wave velocity). Returns site class, amplification factor, liquefaction probability, and design spectrum parameters. Essential for structural engineering and building code compliance.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/predict/seismic-riskPOST$0.25/query
pews_statusGet the current status of the Planetary Early Warning System (PEWS). Returns active alerts, recent validated events, data feed health, and global risk summary across all 14 monitoring feeds.{}/api/v1/pews/statusGET$0.05/query
earthquake_regionsList all supported earthquake monitoring regions with bounds, historical seismicity rates, and current alert status. Use to discover which regions are available for prediction queries.{}/api/v1/earthquake/regionsGETfree
data_connectorsList all 25 data connectors with their status, update frequency, and available endpoints. Shows which data sources are active and their last successful fetch time.{}/api/v1/data/connectorsGETfree
real_estate_ground_truthScore any property for subsurface and surface geohazard risk. Fuses Ghost Network sinkhole risk, liquefaction, InSAR subsidence, flood, seismic amplification, landslide, climate migration pressure, and severe weather into a single A+ to F grade with insurance cost estimate. What Zillow/Redfin cannot provide.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "property_type": {"type": "string", "description": "si/api/v1/real-estate/ground-truthPOST$2.00/property
water_main_break_riskPredict water main break risk at any location using 8 physics-based drivers: drought-to-wet soil transition (the #1 cause), soil saturation, freeze-thaw cycling, barometric pressure anomalies, groundwater trends, subsidence, pipe material and age. Returns risk score, primary driver, and 7-day forecast.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "pipe_material": {"type": "string", "description": "ca/api/v1/infrastructure/water-main/riskPOST$1.00/query
ai_underwriter_decisionGet an instant insurance underwriting decision for any property. Fuses GeoRisk 8-component scoring, per-peril vulnerability curves, construction type and age factors, climate migration, and Ghost Network sinkhole intelligence. Returns APPROVE/APPROVE_WITH_CONDITIONS/REFER_TO_SENIOR/DECLINE with premium recommendations and PML estimates.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "property_type": {"type": "string", "description": "si/api/v1/insurance/underwrite/decisionPOST$2.00/decision
construction_preclearancePre-clearance assessment for construction sites. Evaluates subsurface karst dissolution, groundwater depth, sinkhole proximity, liquefaction, subsidence, bearing capacity, seismic design category, and surface hazards. Returns CLEAR/CONDITIONAL/RESTRICTED/FAIL grade with foundation recommendations and estimated cost savings vs blind drilling.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "structure_type": {"type": "string", "description": "r/api/v1/construction/preclearancePOST$5.00/assessment
prediction_market_oracleGet calibrated probability for geophysical event questions. Supports earthquake (M3-M7+, 11 regions), volcano (6 volcanoes), tsunami (6 zones), severe weather, and flood predictions. Uses Poisson model with ML risk modifiers and CalibratedClassifierCV. Returns Polymarket/Kalshi/Chainlink-compatible formats with SHA-256 tamper-proof prediction hashing.{"hazard_type": {"type": "string", "description": "earthquake, volcano, tsunami, severe_weather, flood", "required": true}, "region": {"type": "string", "description": "Region or volcano name", "requi/api/v1/predictions/market/oraclePOST$0.50/query
event_replayReplay any geophysical event with full forensic reconstruction. 5-phase replay: pre-event conditions (weather, groundwater, seismicity), event impact (PGA, MMI, damage), post-event assessment (aftershock risk, follow-up hazards), chronological timeline, and prediction verification (did we predict this?). Auto-detect mode finds recent events near any location.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "event_date": {"type": "string", "description": "ISO d/api/v1/replay/eventPOST$25.00/replay
water_stress_scoreGet a composite water stress score (0-100) for any location. Combines 6 data-driven components: groundwater depletion rate, streamflow anomaly, drought severity, water quality (conductance), infrastructure age, and demand pressure. Integrates Ghost Network ROMP wells for aquifer-level corroboration. Use for municipal water planning, agricultural risk, insurance, and drought monitoring.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/water-stress/scorePOST$0.50/query
compound_risk_scoreCalculate the probability of 2+ simultaneous natural hazards at a location. Uses 28 empirically-calibrated pairwise correlation factors across all 8 GeoRisk components (earthquake, volcano, tsunami, etc). Returns top 5 compound scenarios, joint probabilities, and compound multiplier. Optional Monte Carlo mode with 10K simulations for tail risk.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/compound-risk/scorePOST$1.00/query
bridge_failure_riskPredict bridge failure risk using 8 physics-based drivers: scour depth (HEC-18), seismic vulnerability, condition deterioration, flood overtopping, freeze-thaw cycling, subsidence, traffic overload, and age corrosion. Returns per-driver risk scores, composite risk, and inspection recommendations.{"lat": {"type": "number", "description": "Latitude of bridge", "required": true}, "lon": {"type": "number", "description": "Longitude of bridge", "required": true}, "nbi_condition": {"type": "number"/api/v1/infrastructure/bridge/riskPOST$1.00/query
climate_velocityCalculate the rate of climate zone migration in km/decade for any location. Returns temperature velocity, precipitation velocity, growing season shift, and analog city matching ('Phoenix 2050 = Riyadh today'). Based on NOAA CDO 150K+ station historical records and IPCC AR6 warming projections.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}, "target_year": {"type": "number", "description": "Targ/api/v1/climate-velocity/velocityPOST$0.75/query
water_energy_nexusScore grid reliability from water-energy cross-correlation. Combines hydropower capacity (streamflow vs generation threshold), solar/wind generation potential, thermal cooling water adequacy, and temperature-driven demand pressure. Returns nexus score, per-component breakdown, and grid stress level. Use for energy sector risk, utility planning, and infrastructure resilience assessment.{"lat": {"type": "number", "description": "Latitude", "required": true}, "lon": {"type": "number", "description": "Longitude", "required": true}}/api/v1/energy/water-nexus/scorePOST$0.75/query
induced_seismicity_riskGet ML-predicted induced seismicity risk for a mining or oil/gas injection site. Returns risk score (0-100), probability of M2+ event, injection-seismicity correlation. Covers Oklahoma, Alberta, Mexico, and 12 other known induced seismicity zones.{"lat": {"type": "number", "description": "Latitude (-90 to 90)", "required": true}, "lon": {"type": "number", "description": "Longitude (-180 to 180)", "required": true}, "radius_km": {"type": "numbe/api/v1/mining/induced-seismicityPOST$1.00/query
tailings_dam_riskGet tailings dam stability score for a mining site. Combines satellite InSAR deformation, weather loading, dam characteristics, and construction method risk. Returns stability score (0-100) with GISTM-aligned recommendations.{"lat": {"type": "number", "description": "Latitude (-90 to 90)", "required": true}, "lon": {"type": "number", "description": "Longitude (-180 to 180)", "required": true}, "radius_km": {"type": "numbe/api/v1/mining/tailings-riskPOST$2.00/query
flare_emissionsDetect oil/gas flares and estimate methane emissions for ESG scoring using NASA VIIRS Nightfire satellite data. Returns flare count, radiative power, estimated CH4/CO2e emissions (tonnes/year), and ESG score (0-100).{"lat": {"type": "number", "description": "Latitude (-90 to 90)", "required": true}, "lon": {"type": "number", "description": "Longitude (-180 to 180)", "required": true}, "radius_km": {"type": "numbe/api/v1/emissions/flare-detectionPOST$0.50/query
infrastructure_exposureAssess critical infrastructure exposure to natural hazards using OpenStreetMap. Returns hospitals, fire stations, schools, power substations, building inventory, road network, and vulnerability-weighted exposure score (0-100) for any location.{"lat": {"type": "number", "description": "Latitude (-90 to 90)", "required": true}, "lon": {"type": "number", "description": "Longitude (-180 to 180)", "required": true}, "radius_km": {"type": "numbe/api/v1/infrastructure/osm/exposure-analysisPOST$0.50/query
disaster_satellite_imagerySearch for free high-resolution (0.3-0.5m) Maxar satellite imagery available for disaster events near a location. Returns event catalog, scene counts, pre/post-event availability, and resolution. Imagery released during declared disasters (hurricanes, earthquakes, floods, wildfires).{"lat": {"type": "number", "description": "Latitude (-90 to 90)", "required": true}, "lon": {"type": "number", "description": "Longitude (-180 to 180)", "required": true}, "radius_km": {"type": "numbe/api/v1/replay/satellite-imageryPOST$0.25/query
energy_economic_indicatorsFetch energy commodity prices and rig counts from FRED: WTI crude oil, Henry Hub natural gas, regular gasoline, and Baker Hughes rig count. Useful for energy market context, induced seismicity correlation, and water-energy nexus analysis.{"series_id": {"type": "string", "description": "FRED series: DCOILWTICO, DHHNGSP, GASREGW, or RIGS (default all)", "required": false}}/api/v1/data/economic/series/{series_id}GETfree

Usage

InstructionCreate LangChain StructuredTool instances from these definitions. Each tool should POST to the corresponding api_endpoint with the args_schema parameters. Or use: from deepmap_ai import DeepMapToolkit
Base Urlhttps://www.deepmapai.com
Pip Installpip install deepmap-ai (coming soon)

Raw JSON