bigtable-delete-materialized-view

A “bigtable-delete-materialized-view” tool is used to delete an existing materialized view from a Google Cloud Bigtable instance.

About

A bigtable-delete-materialized-view tool deletes an existing materialized view from a Google Cloud Bigtable instance.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Bigtable Source

Parameters

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

Example

kind: tool
name: delete_materialized_view
type: bigtable-delete-materialized-view
source: my-bigtable-source
description: Use this tool to delete a materialized view.

Reference

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



Last modified August 14, 2026: chore(main): release 1.9.0 (#3744) (5de8f13)