Files
wehub-resource-sync e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

1.9 KiB

title, type, weight, description
title type weight description
bigquery-list-dataset-ids docs 1 A "bigquery-list-dataset-ids" tool returns all dataset IDs from the source.

About

A bigquery-list-dataset-ids tool returns all dataset IDs from the source.

bigquery-list-dataset-ids accepts the following parameter:

  • project (optional): Defines the Google Cloud project ID. If not provided, the tool defaults to the project from the source configuration.

The tool's behavior regarding this parameter is influenced by the allowedDatasets restriction on the bigquery source:

  • Without allowedDatasets restriction: The tool can list datasets from any project specified by the project parameter.
  • With allowedDatasets restriction: The tool directly returns the pre-configured list of dataset IDs from the source, and the project parameter is ignored.

Compatible Sources

{{< compatible-sources >}}

Example

kind: tool
name: bigquery_list_dataset_ids
type: bigquery-list-dataset-ids
source: my-bigquery-source
description: Use this tool to get dataset metadata.

Reference

field type required description
type string true Must be "bigquery-list-dataset-ids".
source string true Name of the source the SQL should execute on.
description string true Description of the tool that is passed to the LLM.