<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AlloyDB Admin on MCP Toolbox for Databases</title><link>/integrations/alloydb-admin/</link><description>Recent content in AlloyDB Admin on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="/integrations/alloydb-admin/index.xml" rel="self" type="application/rss+xml"/><item><title>AlloyDB Admin Source</title><link>/integrations/alloydb-admin/source/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/alloydb-admin/source/</guid><description>&lt;h2 id="about">About&lt;/h2>
&lt;p>The &lt;code>alloydb-admin&lt;/code> source provides a client to interact with the &lt;a href="https://cloud.google.com/alloydb/docs/reference/rest">Google
AlloyDB API&lt;/a>. This allows
tools to perform administrative tasks on AlloyDB resources, such as managing
clusters, instances, and users.&lt;/p>
&lt;p>Authentication can be handled in two ways:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>Application Default Credentials (ADC):&lt;/strong> By default, the source uses ADC
to authenticate with the API.&lt;/li>
&lt;li>&lt;strong>Client-side OAuth:&lt;/strong> If &lt;code>useClientOAuth&lt;/code> is set to &lt;code>true&lt;/code>, the source will
expect an OAuth 2.0 access token to be provided by the client (e.g., a web
browser) for each request.&lt;/li>
&lt;/ol>
&lt;h2 id="available-tools">Available Tools&lt;/h2>








 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 







 &lt;h3>AlloyDB Admin Source Tools&lt;/h3>
 
 &lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Tool Name&lt;/th>
 &lt;th>Description&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-create-cluster/">&lt;strong>alloydb-create-cluster&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-create-cluster&amp;#34; tool creates a new AlloyDB for PostgreSQL cluster in a specified project and location.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-create-instance/">&lt;strong>alloydb-create-instance&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-create-instance&amp;#34; tool creates a new AlloyDB instance within a specified cluster.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-get-cluster/">&lt;strong>alloydb-get-cluster&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-get-cluster&amp;#34; tool retrieves details for a specific AlloyDB cluster.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-get-instance/">&lt;strong>alloydb-get-instance&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-get-instance&amp;#34; tool retrieves details for a specific AlloyDB instance.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-get-user/">&lt;strong>alloydb-get-user&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-get-user&amp;#34; tool retrieves details for a specific AlloyDB user.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-list-clusters/">&lt;strong>alloydb-list-clusters&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-list-clusters&amp;#34; tool lists the AlloyDB clusters in a given project and location.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-list-instances/">&lt;strong>alloydb-list-instances&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-list-instances&amp;#34; tool lists the AlloyDB instances for a given project, cluster and location.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-list-users/">&lt;strong>alloydb-list-users&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-list-users&amp;#34; tool lists all database users within an AlloyDB cluster.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-create-user/">&lt;strong>alloydb-create-user&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>The &amp;#34;alloydb-create-user&amp;#34; tool creates a new database user within a specified AlloyDB cluster.
&lt;/td>
 &lt;/tr>
 
 &lt;tr>
 &lt;td>&lt;a href="/integrations/alloydb-admin/tools/alloydb-wait-for-operation/">&lt;strong>alloydb-wait-for-operation&lt;/strong>&lt;/a>&lt;/td>
 &lt;td>Wait for a long-running AlloyDB operation to complete.
&lt;/td>
 &lt;/tr>
 
 &lt;/tbody>
 &lt;/table>









&lt;h2 id="example">Example&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-yaml" data-lang="yaml">&lt;span class="line">&lt;span class="cl">&lt;span class="nt">kind&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">source&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">name&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">my-alloydb-admin&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">type&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">alloydb-admin&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nn">---&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">kind&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">source&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">name&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">my-oauth-alloydb-admin&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">type&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">alloydb-admin&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">useClientOAuth&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="kc">true&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="reference">Reference&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>&lt;strong>field&lt;/strong>&lt;/th>
 &lt;th style="text-align: center">&lt;strong>type&lt;/strong>&lt;/th>
 &lt;th style="text-align: center">&lt;strong>required&lt;/strong>&lt;/th>
 &lt;th>&lt;strong>description&lt;/strong>&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>type&lt;/td>
 &lt;td style="text-align: center">string&lt;/td>
 &lt;td style="text-align: center">true&lt;/td>
 &lt;td>Must be &amp;ldquo;alloydb-admin&amp;rdquo;.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>defaultProject&lt;/td>
 &lt;td style="text-align: center">string&lt;/td>
 &lt;td style="text-align: center">false&lt;/td>
 &lt;td>The Google Cloud project ID to use for AlloyDB infrastructure tools.&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>useClientOAuth&lt;/td>
 &lt;td style="text-align: center">boolean&lt;/td>
 &lt;td style="text-align: center">false&lt;/td>
 &lt;td>If true, the source will use client-side OAuth for authorization. Otherwise, it will use Application Default Credentials. Defaults to &lt;code>false&lt;/code>.&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table></description></item></channel></rss>