cloud-healthcare-get-fhir-store-metrics

A “cloud-healthcare-get-fhir-store-metrics” tool retrieves metrics for a FHIR store.

About

A cloud-healthcare-get-fhir-store-metrics tool retrieves metrics for a FHIR store. It’s compatible with the following sources:

cloud-healthcare-get-fhir-store-metrics returns the metrics of a FHIR store.

Example

tools:
  get_fhir_store_metrics:
    kind: cloud-healthcare-get-fhir-store-metrics
    source: my-healthcare-source
    description: Use this tool to get metrics for a FHIR store.

Reference

fieldtyperequireddescription
kindstringtrueMust be “cloud-healthcare-get-fhir-store-metrics”.
sourcestringtrueName of the healthcare source.
descriptionstringtrueDescription of the tool that is passed to the LLM.

Parameters

fieldtyperequireddescription
storeIDstringtrue*The FHIR store ID to get metrics for.

*If the allowedFHIRStores in the source has length 1, then the storeID parameter is not needed.

Last modified November 7, 2025: chore(main): release 0.19.1 (#1901) (cd8d68d)