Back to Genai Toolbox

bigtable-get-materialized-view

docs/en/integrations/bigtable/tools/bigtable-get-materialized-view.md

1.9.01003 B
Original Source

About

A bigtable-get-materialized-view tool retrieves metadata and information about a materialized view on a Google Cloud Bigtable instance.

Compatible Sources

{{< compatible-sources >}}

Parameters

fieldtyperequireddescription
instance_idstringtrueThe ID of the instance.
materialized_view_idstringtrueThe ID of the materialized view.

Example

yaml
kind: tool
name: get_materialized_view
type: bigtable-get-materialized-view
source: my-bigtable-source
description: Use this tool to get materialized view info.

Reference

fieldtyperequireddescription
typestringtrueMust be bigtable-get-materialized-view.
sourcestringtrueName of the source to execute on.
descriptionstringfalseDescription of the tool that is passed to the LLM.