Skip to main content
Glama

STAC MCP Server

by BnJam

get_item

Retrieve detailed metadata for a specific geospatial asset by providing its collection and item identifiers, enabling access to satellite imagery and other spatial data.

Instructions

Get detailed information about a specific STAC item

Input Schema

NameRequiredDescriptionDefault
catalog_urlNoSTAC catalog URL (optional, defaults to Microsoft Planetary Computer)
collection_idYesID of the collection containing the item
item_idYesID of the item to retrieve

Input Schema (JSON Schema)

{ "properties": { "catalog_url": { "description": "STAC catalog URL (optional, defaults to Microsoft Planetary Computer)", "type": "string" }, "collection_id": { "description": "ID of the collection containing the item", "type": "string" }, "item_id": { "description": "ID of the item to retrieve", "type": "string" } }, "required": [ "collection_id", "item_id" ], "type": "object" }

Other Tools from STAC MCP Server

Related Tools

    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/BnJam/stac-mcp'

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