Skip to main content
Glama

GIS MCP Server

raster_histogram

Analyze pixel value distribution in raster bands by computing histograms. Input a raster path and specify bin count to generate detailed band-wise data analysis for geospatial insights.

Instructions

Compute histogram of pixel values for each band. Parameters: - source: path to input raster. - bins: number of histogram bins.

Input Schema

NameRequiredDescriptionDefault
binsNo
sourceYes

Input Schema (JSON Schema)

{ "properties": { "bins": { "default": 256, "title": "Bins", "type": "integer" }, "source": { "title": "Source", "type": "string" } }, "required": [ "source" ], "title": "raster_histogramArguments", "type": "object" }

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/mahdin75/gis-mcp'

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