<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on MCP Toolbox for Databases</title><link>/integrations/alloydb-admin/tools/</link><description>Recent content in Tools on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en-us</language><atom:link href="/integrations/alloydb-admin/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>alloydb-create-cluster</title><link>/integrations/alloydb-admin/tools/alloydb-create-cluster/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-create-cluster/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-create-cluster&lt;/code&gt; tool creates a new AlloyDB for PostgreSQL cluster
in a specified project and location.&lt;/p&gt;
&lt;p&gt;This tool provisions a cluster with a &lt;strong&gt;private IP address&lt;/strong&gt; within the specified VPC network.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Permissions &amp;amp; APIs Required:&lt;/strong&gt;
Before using, ensure the following on your GCP project:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The &lt;a href="https://console.cloud.google.com/apis/library/alloydb.googleapis.com"&gt;AlloyDB
API&lt;/a&gt; is
enabled.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The user or service account executing the tool has one of the following IAM
roles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;roles/alloydb.admin&lt;/code&gt; (the AlloyDB Admin predefined IAM role)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;roles/owner&lt;/code&gt; (the Owner basic IAM role)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;roles/editor&lt;/code&gt; (the Editor basic IAM role)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The tool takes the following input parameters:&lt;/p&gt;</description></item><item><title>alloydb-create-instance</title><link>/integrations/alloydb-admin/tools/alloydb-create-instance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-create-instance/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-create-instance&lt;/code&gt; tool creates a new AlloyDB instance (PRIMARY or
READ_POOL) within a specified cluster.
This tool provisions a new instance with a &lt;strong&gt;public IP address&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Permissions &amp;amp; APIs Required:&lt;/strong&gt;
Before using, ensure the following on your GCP project:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The &lt;a href="https://console.cloud.google.com/apis/library/alloydb.googleapis.com"&gt;AlloyDB
API&lt;/a&gt;
is enabled.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The user or service account executing the tool has one of the following IAM
roles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;roles/alloydb.admin&lt;/code&gt; (the AlloyDB Admin predefined IAM role)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;roles/owner&lt;/code&gt; (the Owner basic IAM role)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;roles/editor&lt;/code&gt; (the Editor basic IAM role)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The tool takes the following input parameters:&lt;/p&gt;</description></item><item><title>alloydb-get-cluster</title><link>/integrations/alloydb-admin/tools/alloydb-get-cluster/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-get-cluster/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-get-cluster&lt;/code&gt; tool retrieves detailed information for a single,
specified AlloyDB cluster.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Parameter&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Type&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Required&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;project&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The GCP project ID to get cluster for.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The location of the cluster (e.g., &amp;lsquo;us-central1&amp;rsquo;).&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;cluster&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The ID of the cluster to retrieve.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/alloydb-admin/source/"&gt;AlloyDB Admin Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;kind&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;tool&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;name&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;get_specific_cluster&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;type&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;alloydb-get-cluster&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;source&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;my-alloydb-admin-source&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;Use this tool to retrieve details for a specific AlloyDB cluster.&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="reference"&gt;Reference&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;&lt;strong&gt;field&lt;/strong&gt;&lt;/th&gt;
 &lt;th style="text-align: center"&gt;&lt;strong&gt;type&lt;/strong&gt;&lt;/th&gt;
 &lt;th style="text-align: center"&gt;&lt;strong&gt;required&lt;/strong&gt;&lt;/th&gt;
 &lt;th&gt;&lt;strong&gt;description&lt;/strong&gt;&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;type&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;true&lt;/td&gt;
 &lt;td&gt;Must be alloydb-get-cluster.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;source&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;true&lt;/td&gt;
 &lt;td&gt;The name of an &lt;code&gt;alloydb-admin&lt;/code&gt; source.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;description&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;false&lt;/td&gt;
 &lt;td&gt;Description of the tool that is passed to the agent.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;</description></item><item><title>alloydb-get-instance</title><link>/integrations/alloydb-admin/tools/alloydb-get-instance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-get-instance/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-get-instance&lt;/code&gt; tool retrieves detailed information for a single,
specified AlloyDB instance.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Parameter&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Type&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Required&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;project&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The GCP project ID to get instance for.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The location of the instance (e.g., &amp;lsquo;us-central1&amp;rsquo;).&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;cluster&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The ID of the cluster.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;instance&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The ID of the instance to retrieve.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/alloydb-admin/source/"&gt;AlloyDB Admin Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;kind&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;tool&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;name&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;get_specific_instance&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;type&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;alloydb-get-instance&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;source&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;my-alloydb-admin-source&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;Use this tool to retrieve details for a specific AlloyDB instance.&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="reference"&gt;Reference&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;&lt;strong&gt;field&lt;/strong&gt;&lt;/th&gt;
 &lt;th style="text-align: center"&gt;&lt;strong&gt;type&lt;/strong&gt;&lt;/th&gt;
 &lt;th style="text-align: center"&gt;&lt;strong&gt;required&lt;/strong&gt;&lt;/th&gt;
 &lt;th&gt;&lt;strong&gt;description&lt;/strong&gt;&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;type&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;true&lt;/td&gt;
 &lt;td&gt;Must be alloydb-get-instance.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;source&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;true&lt;/td&gt;
 &lt;td&gt;The name of an &lt;code&gt;alloydb-admin&lt;/code&gt; source.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;description&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;false&lt;/td&gt;
 &lt;td&gt;Description of the tool that is passed to the agent.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;</description></item><item><title>alloydb-get-user</title><link>/integrations/alloydb-admin/tools/alloydb-get-user/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-get-user/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-get-user&lt;/code&gt; tool retrieves detailed information for a single,
specified AlloyDB user.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Parameter&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Type&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Required&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;project&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The GCP project ID to get user for.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The location of the cluster (e.g., &amp;lsquo;us-central1&amp;rsquo;).&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;cluster&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The ID of the cluster to retrieve the user from.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;user&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The ID of the user to retrieve.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>alloydb-list-clusters</title><link>/integrations/alloydb-admin/tools/alloydb-list-clusters/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-list-clusters/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-list-clusters&lt;/code&gt; tool retrieves AlloyDB cluster information for all
or specified locations in a given project.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;alloydb-list-clusters&lt;/code&gt; tool lists the detailed information of AlloyDB
cluster(cluster name, state, configuration, etc) for a given project and
location. The tool takes the following input parameters:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Parameter&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Type&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Required&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;project&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The GCP project ID to list clusters for.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The location to list clusters in (e.g., &amp;lsquo;us-central1&amp;rsquo;). Use &lt;code&gt;-&lt;/code&gt; for all locations. Default: &lt;code&gt;-&lt;/code&gt;.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;No&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>alloydb-list-instances</title><link>/integrations/alloydb-admin/tools/alloydb-list-instances/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-list-instances/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-list-instances&lt;/code&gt; tool retrieves AlloyDB instance information for all
or specified clusters and locations in a given project.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;alloydb-list-instances&lt;/code&gt; tool lists the detailed information of AlloyDB
instances (instance name, type, IP address, state, configuration, etc) for a
given project, cluster and location. The tool takes the following input
parameters:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Parameter&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Type&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Required&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;project&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The GCP project ID to list instances for.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;cluster&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The ID of the cluster to list instances from. Use &amp;lsquo;-&amp;rsquo; to get results for all clusters. Default: &lt;code&gt;-&lt;/code&gt;.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;No&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The location of the cluster (e.g., &amp;lsquo;us-central1&amp;rsquo;). Use &amp;lsquo;-&amp;rsquo; to get results for all locations. Default: &lt;code&gt;-&lt;/code&gt;.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;No&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>alloydb-list-users</title><link>/integrations/alloydb-admin/tools/alloydb-list-users/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-list-users/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-list-users&lt;/code&gt; tool lists all database users within an AlloyDB
cluster.&lt;/p&gt;
&lt;p&gt;The tool takes the following input parameters:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Parameter&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Type&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Required&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;project&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The GCP project ID to list users for.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;cluster&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The ID of the cluster to list users from.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The location of the cluster (e.g., &amp;lsquo;us-central1&amp;rsquo;).&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/alloydb-admin/source/"&gt;AlloyDB Admin Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;kind&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;tool&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;name&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;list_users&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;type&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;alloydb-list-users&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;source&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;alloydb-admin-source&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;description&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="l"&gt;Use this tool to list all database users within an AlloyDB cluster&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="reference"&gt;Reference&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;&lt;strong&gt;field&lt;/strong&gt;&lt;/th&gt;
 &lt;th style="text-align: center"&gt;&lt;strong&gt;type&lt;/strong&gt;&lt;/th&gt;
 &lt;th style="text-align: center"&gt;&lt;strong&gt;required&lt;/strong&gt;&lt;/th&gt;
 &lt;th&gt;&lt;strong&gt;description&lt;/strong&gt;&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;type&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;true&lt;/td&gt;
 &lt;td&gt;Must be alloydb-list-users.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;source&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;true&lt;/td&gt;
 &lt;td&gt;The name of an &lt;code&gt;alloydb-admin&lt;/code&gt; source.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;description&lt;/td&gt;
 &lt;td style="text-align: center"&gt;string&lt;/td&gt;
 &lt;td style="text-align: center"&gt;false&lt;/td&gt;
 &lt;td&gt;Description of the tool that is passed to the agent.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;</description></item><item><title>alloydb-create-user</title><link>/integrations/alloydb-admin/tools/alloydb-create-user/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-create-user/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-create-user&lt;/code&gt; tool creates a new database user (&lt;code&gt;ALLOYDB_BUILT_IN&lt;/code&gt;
or &lt;code&gt;ALLOYDB_IAM_USER&lt;/code&gt;) within a specified cluster.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Permissions &amp;amp; APIs Required:&lt;/strong&gt;
Before using, ensure the following on your GCP project:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The &lt;a href="https://console.cloud.google.com/apis/library/alloydb.googleapis.com"&gt;AlloyDB
API&lt;/a&gt;
is enabled.&lt;/li&gt;
&lt;li&gt;The user or service account executing the tool has one of the following IAM
roles:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;roles/alloydb.admin&lt;/code&gt; (the AlloyDB Admin predefined IAM role)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;roles/owner&lt;/code&gt; (the Owner basic IAM role)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;roles/editor&lt;/code&gt; (the Editor basic IAM role)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The tool takes the following input parameters:&lt;/p&gt;</description></item><item><title>alloydb-wait-for-operation</title><link>/integrations/alloydb-admin/tools/alloydb-wait-for-operation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/tools/alloydb-wait-for-operation/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;alloydb-wait-for-operation&lt;/code&gt; tool is a utility tool that waits for a
long-running AlloyDB operation to complete. It does this by polling the AlloyDB
Admin API operation status endpoint until the operation is finished, using
exponential backoff.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Parameter&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Type&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Required&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;project&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The GCP project ID.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The location of the operation (e.g., &amp;lsquo;us-central1&amp;rsquo;).&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;operation&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;string&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The ID of the operation to wait for.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Yes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;div class="notice info" &gt;
 &lt;p class="notice-title"&gt;
 &lt;span class="icon-notice baseline"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="92 59.5 300 300"&gt;
 &lt;path d="M292 303.25V272c0-3.516-2.734-6.25-6.25-6.25H267v-100c0-3.516-2.734-6.25-6.25-6.25h-62.5c-3.516 0-6.25 2.734-6.25 6.25V197c0 3.516 2.734 6.25 6.25 6.25H217v62.5h-18.75c-3.516 0-6.25 2.734-6.25 6.25v31.25c0 3.516 2.734 6.25 6.25 6.25h87.5c3.516 0 6.25-2.734 6.25-6.25Zm-25-175V97c0-3.516-2.734-6.25-6.25-6.25h-37.5c-3.516 0-6.25 2.734-6.25 6.25v31.25c0 3.516 2.734 6.25 6.25 6.25h37.5c3.516 0 6.25-2.734 6.25-6.25Zm125 81.25c0 82.813-67.188 150-150 150-82.813 0-150-67.188-150-150 0-82.813 67.188-150 150-150 82.813 0 150 67.188 150 150Z"/&gt;
&lt;/svg&gt;

 &lt;/span&gt;Info&lt;/p&gt;</description></item></channel></rss>