Get Hudu API Info
hudu_get_api_infoRetrieve the Hudu API version and build date to verify connectivity and troubleshoot unexpected behavior or 404 errors from outdated endpoints.
Instructions
Report the version and build date of the Hudu instance this server is pointed at. Returns version and date, nothing else.
Call this first whenever something behaves unexpectedly. The Hudu API changes between releases: several endpoints exist only on newer builds, and an older instance answers 404 for them — which is the same 404 it returns for a record that does not exist, so the two are indistinguishable without knowing the version. It is also the fastest way to confirm the base URL and API key are working at all, since it needs no ids and no permissions beyond a valid key.
Operation class: Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output shape. 'json' (default) is compact and machine-readable; 'markdown' is easier for a person to read but larger. | json |