stac_status
Retrieve server status and configuration information, including version, available catalogs, and artifact store status, to verify server connectivity and storage setup.
Instructions
Get server status and configuration.
Returns information about the server version, available catalogs, and artifact store status. Use this to verify the server is running and check storage configuration.
Args: output_mode: Response format - "json" (default) or "text"
Returns: JSON with server status including version, storage provider, and default catalog
Tips for LLMs: - Call stac_capabilities instead if you need to plan a workflow (it returns collections, bands, and indices too) - Check artifact_store_available before attempting downloads
Example: status = await stac_status()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_mode | No | json |