stac_capabilities
List available STAC catalogs, satellite collections, band mappings, and spectral indices. Use this tool first to understand server capabilities before planning an analysis workflow.
Instructions
List server capabilities: catalogs, collections, and band info.
Returns a comprehensive overview of what this server can do, including supported catalogs, satellite collections, band names per platform, and available spectral indices with required bands.
Args: output_mode: Response format - "json" (default) or "text"
Returns: JSON with catalogs, collections, band mappings, and spectral indices
Tips for LLMs: - Call this FIRST to understand what the server can do before planning any analysis workflow - Use band_mappings to know which band names to pass to download tools - Use spectral_indices to see which indices are available and what bands they require - Typical workflow: stac_capabilities → stac_search → stac_describe_scene → stac_download_bands or stac_compute_index - Collections: sentinel-2-l2a (optical, 10m), landsat-c2-l2 (optical, 30m), sentinel-1-grd (SAR radar, 10m), cop-dem-glo-30 (elevation, 30m)
Example: caps = await stac_capabilities()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_mode | No | json |