Files
genai-toolbox/docs/en/resources/tools/cloudhealthcare/cloud-healthcare-get-dicom-store-metrics.md
Yuan Teoh 735cb760ea docs: update long lines and tables (#1952)
Update long lines and tables formatting in markdown doc files.
2025-11-14 20:25:49 +00:00

1.6 KiB

title, type, weight, description, aliases
title type weight description aliases
cloud-healthcare-get-dicom-store-metrics docs 1 A "cloud-healthcare-get-dicom-store-metrics" tool retrieves metrics for a DICOM store.
/resources/tools/cloud-healthcare-get-dicom-store-metrics

About

A cloud-healthcare-get-dicom-store-metrics tool retrieves metrics for a DICOM store. It's compatible with the following sources:

cloud-healthcare-get-dicom-store-metrics returns the metrics of a DICOM store.

Example

tools:
  get_dicom_store_metrics:
    kind: cloud-healthcare-get-dicom-store-metrics
    source: my-healthcare-source
    description: Use this tool to get metrics for a DICOM store.

Reference

field type required description
kind string true Must be "cloud-healthcare-get-dicom-store-metrics".
source string true Name of the healthcare source.
description string true Description of the tool that is passed to the LLM.

Parameters

field type required description
storeID string true* The DICOM store ID to get metrics for.

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