Check CKAN Server Status
ckan_status_showCheck availability of a CKAN server and retrieve its version information; also returns the count of High-Value Datasets when supported.
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 |