Files
genai-toolbox/docs/en/resources/tools/cloudhealthcare/cloud-healthcare-list-fhir-stores.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.3 KiB

title, type, weight, description, aliases
title type weight description aliases
cloud-healthcare-list-fhir-stores docs 1 A "cloud-healthcare-list-fhir-stores" lists the available FHIR stores in the healthcare dataset.
/resources/tools/cloud-healthcare-list-fhir-stores

About

A cloud-healthcare-list-fhir-stores lists the available FHIR stores in the healthcare dataset. It's compatible with the following sources:

cloud-healthcare-list-fhir-stores returns the details of the available FHIR stores in the dataset of the healthcare source. It takes no extra parameters.

Example

tools:
  list_fhir_stores:
    kind: cloud-healthcare-list-fhir-stores
    source: my-healthcare-source
    description: Use this tool to list FHIR stores in the healthcare dataset.

Reference

field type required description
kind string true Must be "cloud-healthcare-list-fhir-stores".
source string true Name of the healthcare source.
description string true Description of the tool that is passed to the LLM.