<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prebuilt Configs on MCP Toolbox for Databases</title><link>https://mcp-toolbox.dev/integrations/bigtable/prebuilt-configs/</link><description>Recent content in Prebuilt Configs on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://mcp-toolbox.dev/integrations/bigtable/prebuilt-configs/index.xml" rel="self" type="application/rss+xml"/><item><title>Bigtable</title><link>https://mcp-toolbox.dev/integrations/bigtable/prebuilt-configs/bigtable/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mcp-toolbox.dev/integrations/bigtable/prebuilt-configs/bigtable/</guid><description>&lt;h2 id="bigtable"&gt;Bigtable&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;--prebuilt&lt;/code&gt; value: &lt;code&gt;bigtable&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Environment Variables:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;BIGTABLE_PROJECT&lt;/code&gt;: The GCP project ID.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;BIGTABLE_INSTANCE&lt;/code&gt;: The Bigtable instance ID.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Permissions:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bigtable Reader&lt;/strong&gt; (&lt;code&gt;roles/bigtable.reader&lt;/code&gt;) to execute SQL queries, list schemas, and get or list instances, clusters, tables, and views.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bigtable Administrator&lt;/strong&gt; (&lt;code&gt;roles/bigtable.admin&lt;/code&gt;) to create, update, or delete instances, clusters, tables, logical views, and materialized views.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tools:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;execute_sql&lt;/code&gt;: Use this tool to execute a GoogleSQL query on Bigtable.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;list_schemas&lt;/code&gt;: List all Bigtable schemas, including tables with column family definitions, logical views, and materialized views.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;list_tables&lt;/code&gt;: List all Bigtable tables in the instance.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;get_table&lt;/code&gt;: Get details of a Bigtable table.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;create_table&lt;/code&gt;: Create a new Bigtable table.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;update_table&lt;/code&gt;: Update an existing Bigtable table&amp;rsquo;s configuration.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;delete_table&lt;/code&gt;: Delete a Bigtable table.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;list_instances&lt;/code&gt;: List all Bigtable instances in the project.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;get_instance&lt;/code&gt;: Get details of a Bigtable instance.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;create_instance&lt;/code&gt;: Create a new Bigtable instance.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;update_instance&lt;/code&gt;: Update an existing Bigtable instance.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;delete_instance&lt;/code&gt;: Delete a Bigtable instance.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;list_clusters&lt;/code&gt;: List all Bigtable clusters in the instance.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;get_cluster&lt;/code&gt;: Get details of a Bigtable cluster.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;create_cluster&lt;/code&gt;: Create a new Bigtable cluster in an instance.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;update_cluster&lt;/code&gt;: Update the number of nodes in a Bigtable cluster.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;delete_cluster&lt;/code&gt;: Delete a Bigtable cluster.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;list_logical_views&lt;/code&gt;: List all Bigtable logical views in the instance.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;get_logical_view&lt;/code&gt;: Get details of a Bigtable logical view.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;create_logical_view&lt;/code&gt;: Create a new Bigtable logical view.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;update_logical_view&lt;/code&gt;: Update an existing Bigtable logical view.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;delete_logical_view&lt;/code&gt;: Delete a Bigtable logical view.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;list_materialized_views&lt;/code&gt;: List all existing Bigtable materialized views.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;get_materialized_view&lt;/code&gt;: Get information about an existing Bigtable materialized view.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;create_materialized_view&lt;/code&gt;: Create a new Bigtable materialized view.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;update_materialized_view&lt;/code&gt;: Update an existing Bigtable materialized view.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;delete_materialized_view&lt;/code&gt;: Delete an existing Bigtable materialized view.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Toolsets:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;admin&lt;/code&gt;: Instance and cluster lifecycle operations (create, get, list, update, delete instances and clusters).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;data&lt;/code&gt;: Schema discovery (&lt;code&gt;list_schemas&lt;/code&gt;), SQL query execution (&lt;code&gt;execute_sql&lt;/code&gt;), and table management (create, get, list, update, delete tables).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;views&lt;/code&gt;: Logical view and materialized view management (create, get, list, update, delete views).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>