search_collections
Discover and list available geospatial data collections from STAC catalogs to identify relevant satellite imagery, weather data, and other spatial datasets for analysis.
Instructions
Search and list available STAC collections
Input Schema
Name | Required | Description | Default |
---|---|---|---|
catalog_url | No | STAC catalog URL (optional, defaults to Microsoft Planetary Computer) | |
limit | No | Maximum number of collections to return |
Input Schema (JSON Schema)
{
"properties": {
"catalog_url": {
"description": "STAC catalog URL (optional, defaults to Microsoft Planetary Computer)",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of collections to return",
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
}