bigtable-create-table

The “bigtable-create-table” tool allows you to create a new bigtable table.

About

Create a new Bigtable table.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Bigtable Source

Parameters

bigtable-create-table accepts the following parameters:

  • table_id (string): The ID of the table to create
  • column_family (string): Optional column family name to create with the table

Example

kind: tool
name: bigtable_create_table
type: bigtable-create-table
source: my-bigtable-source
description: Create a new Bigtable table.

Reference

fieldtyperequireddescription
typestringtrueMust be bigtable-create-table.
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)