configure_credentials
Configure optional credentials for government satellite providers (CDSE, NASA Earthdata, Planetary Computer, FIRMS) to unlock full-granule archive downloads and higher rate limits.
Instructions
Dynamically configure optional credentials for government satellite providers (CDSE, NASA Earthdata, Planetary Computer, FIRMS). Optional: standard zero-config public access works out-of-the-box without credentials. Providing credentials unlocks official full-granule archive downloads and higher rate limits.
Args: provider: 'cdse' (Copernicus Data Space Ecosystem), 'earthdata' (NASA), 'planetary_computer' (Microsoft), or 'firms'. username: Username or email (required for CDSE). password: Password (required for CDSE). token_or_key: API token or subscription key (for Earthdata, Planetary Computer, or FIRMS).
Returns: JSON string with credential configuration status and verified capabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | No | ||
| provider | Yes | ||
| username | No | ||
| token_or_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |