Skip to main content
Glama

GIS MCP Server

metadata_raster

Retrieve metadata from raster datasets using a local file path or HTTPS URL. Ideal for GIS analysis and spatial data management within the GIS MCP Server.

Instructions

Open a raster dataset in read-only mode and return metadata. This tool supports two modes based on the provided string: 1. A local filesystem path (e.g., "D:\Data\my_raster.tif"). 2. An HTTPS URL (e.g., "https://example.com/my_raster.tif"). The input must be a single string that is either a valid file path on the local machine or a valid HTTPS URL pointing to a raster.

Input Schema

NameRequiredDescriptionDefault
path_or_urlYes

Input Schema (JSON Schema)

{ "properties": { "path_or_url": { "title": "Path Or Url", "type": "string" } }, "required": [ "path_or_url" ], "title": "metadata_rasterArguments", "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