stac_list_collections
Discover all hosted collections in a STAC catalog by querying its live API. Returns titles, descriptions, and spatial/temporal extents.
Instructions
List available collections in a STAC catalog.
Queries the catalog's live API to discover all hosted collections with titles, descriptions, and spatial/temporal extents.
Args: catalog: Catalog name (default: earth_search). Options: earth_search, planetary_computer, usgs output_mode: Response format - "json" (default) or "text"
Returns: JSON list of collections with titles, descriptions, and extents
Tips for LLMs: - Use this to discover what data is available in a specific catalog - For detailed band/composite info on a collection, follow up with stac_describe_collection - Different catalogs host different collections — if a collection isn't found, try another catalog
Example: collections = await stac_list_collections(catalog="earth_search")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog | No | ||
| output_mode | No | json |