list_collections
Browse and filter available environmental data collections in the OpenLandMap catalog by theme or keyword to discover datasets for geospatial analysis.
Instructions
List available data collections in the OpenLandMap catalog.
Supports filtering by thematic category and keyword search in title/description. Returns lightweight summaries for browsing.
Args: theme: Filter by theme alias ('soil', 'vegetation', 'climate', 'land_cover', 'terrain', 'water', 'atmosphere', 'population') or native theme name. Case-insensitive. keyword: Text search across title, description, and keywords. Case-insensitive. limit: Maximum number of results (1-200, default: 50).
Returns: List of CollectionSummary dicts with id, title, theme, temporal extent, item count, etc.
Example: list_collections(theme="soil", limit=10) list_collections(keyword="organic carbon")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | ||
| keyword | No | ||
| limit | No |