get_current_endpoint
Identify the active SDMX data source for the current session. Provides the endpoint name, URL, agency ID, and description.
Instructions
Get information about the currently active SDMX data source.
Shows which statistical organization's API is being used (e.g., Pacific Data,
European Central Bank, UNICEF).
In multi-user deployments, this returns the endpoint for the current session.
Returns:
Current endpoint name, URL, agency ID, and description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Endpoint key (e.g., 'SPC', 'ECB') | |
| name | Yes | Human-readable endpoint name | |
| status | No | Endpoint status | Active |
| base_url | Yes | API base URL | |
| agency_id | Yes | Default agency identifier | |
| is_current | No | Whether this is the currently active endpoint | |
| description | Yes | What data this endpoint provides |