list_available_endpoints
Discover all configured SDMX data providers and see which one is currently active for your session. Enables direct comparison of dataflows across providers without switching endpoints.
Instructions
List all available SDMX data sources that can be switched to.
Shows all configured statistical data providers (e.g., SPC, ECB, UNICEF)
and indicates which one is currently active for your session.
You don't need to switch endpoints to compare data across providers.
Use compare_dataflow_dimensions(df_a, df_b, endpoint_a="SPC", endpoint_b="ECB")
to directly compare dataflows from different providers.
In multi-user deployments, the current endpoint is session-specific.
Returns:
List of available endpoints with their descriptions and status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Usage hint | |
| current | Yes | Currently active endpoint key | |
| endpoints | Yes | List of available endpoints |