Skip to main content
Glama
tharlestsa

OpenLandMap MCP Server

by tharlestsa

find_overlapping_datasets

Identify datasets with overlapping time periods for correlation analysis in multi-variable studies. Input a collection ID and year range to find matching datasets.

Instructions

Find datasets with temporal overlap for correlation analysis.

Given a collection and a year range, finds all other collections that have data within that period. Useful for multi-variable studies.

Args: collection_id: Reference collection identifier. start_year: Start year (inclusive). end_year: End year (inclusive).

Returns: List of OverlapInfo dicts with overlapping period details.

Example: find_overlapping_datasets("organic.carbon_usda.6a1c", 2010, 2020)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collection_idYes
start_yearYes
end_yearYes

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/tharlestsa/openlandmap_mcp'

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