bigquery-get-table-info

A “bigquery-get-table-info” tool retrieves metadata for a BigQuery table.

About

A bigquery-get-table-info tool retrieves metadata for a BigQuery table. It’s compatible with the following sources:

bigquery-get-table-info takes dataset and table parameters to specify the target table.

Example

tools:
  bigquery_get_table_info:
    kind: bigquery-get-table-info
    source: my-bigquery-source
    description: Use this tool to get table metadata.

Reference

fieldtyperequireddescription
kindstringtrueMust be “bigquery-get-table-info”.
sourcestringtrueName of the source the SQL should execute on.
descriptionstringtrueDescription of the tool that is passed to the LLM.