Skip to main content
Glama
ava11235

DEM Terrain Analysis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_terrainA

Analyze terrain at a given location and return a Site Intelligence Score summary.

Fetches 30m SRTM elevation data, runs RCAN super-resolution to 10m, and computes terrain analytics. Returns summary statistics (min/max/mean) for all 6 metrics including the Site Intelligence Score.

Args: latitude: Center latitude in decimal degrees [-90, 90] longitude: Center longitude in decimal degrees [-180, 180] bbox_size_m: Bounding box size in meters [250, 5000], default 500

Returns: Summary with elevation range, model info, and terrain analytics summary including site_intelligence_score (0=low risk, 1=critical risk).

get_full_terrain_dataA

Get full super-resolved DEM and terrain metric grids for a location.

Returns the complete per-cell data suitable for map rendering and detailed spatial analysis. Response is large — use analyze_terrain for quick summaries.

Args: latitude: Center latitude in decimal degrees [-90, 90] longitude: Center longitude in decimal degrees [-180, 180] bbox_size_m: Bounding box size in meters [250, 5000], default 500 metrics: List of metrics to compute. Options: flow_direction, flow_accumulation, twi, erosion_risk, runoff_potential, site_intelligence_score, all. Default: all.

Returns: Full sr_dem grid, model info, shapes, and per-cell terrain metric grids.

check_api_healthA

Check if the DEM Super-Resolution API is running and ready.

Returns health status, readiness status, and loaded model versions. Use this before running terrain analysis to confirm the server is up.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ava11235/terrain-analysis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server