Check CKAN Server Status
ckan_status_showCheck CKAN server availability and get version info plus high-value dataset count before exploring datasets.
Instructions
Check if a CKAN server is available and get version information.
Useful to verify server accessibility before making other requests. Also shows the count of High-Value Datasets (HVD) when the portal supports it.
Args:
server_url (string): Base URL of CKAN server
Returns: Server status, version information, and HVD dataset count (if available)
Typical workflow: ckan_status_show (verify server is up) → ckan_package_search (discover datasets)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_url | Yes | Base URL of the CKAN server |