<?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/cockroachdb/tools/</link><description>Recent content in Tools on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en-us</language><atom:link href="/integrations/cockroachdb/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>cockroachdb-execute-sql</title><link>/integrations/cockroachdb/tools/cockroachdb-execute-sql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/cockroachdb/tools/cockroachdb-execute-sql/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;cockroachdb-execute-sql&lt;/code&gt; tool executes ad-hoc SQL statements against a CockroachDB database. This tool is designed for interactive workflows where the SQL query is provided dynamically at runtime, making it ideal for developer assistance and exploratory data analysis.&lt;/p&gt;
&lt;p&gt;The tool takes a single &lt;code&gt;sql&lt;/code&gt; parameter containing the SQL statement to execute and returns the query results.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This tool is intended for developer assistant workflows with human-in-the-loop and shouldn&amp;rsquo;t be used for production agents. For production use cases with predefined queries, use &lt;a href="/integrations/cockroachdb/tools/cockroachdb-sql/"&gt;cockroachdb-sql&lt;/a&gt; instead.&lt;/p&gt;</description></item><item><title>cockroachdb-list-schemas</title><link>/integrations/cockroachdb/tools/cockroachdb-list-schemas/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/cockroachdb/tools/cockroachdb-list-schemas/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;cockroachdb-list-schemas&lt;/code&gt; tool retrieves a list of schemas (namespaces) in a CockroachDB database. Schemas are used to organize database objects such as tables, views, and functions into logical groups.&lt;/p&gt;
&lt;p&gt;This tool is useful for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Understanding database organization&lt;/li&gt;
&lt;li&gt;Discovering available schemas&lt;/li&gt;
&lt;li&gt;Multi-tenant application analysis&lt;/li&gt;
&lt;li&gt;Schema-level access control planning&lt;/li&gt;
&lt;/ul&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/cockroachdb/source/"&gt;CockroachDB Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

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

&lt;h3 id="requirements"&gt;Requirements&lt;/h3&gt;
&lt;p&gt;To list schemas, the user needs:&lt;/p&gt;</description></item><item><title>cockroachdb-list-tables</title><link>/integrations/cockroachdb/tools/cockroachdb-list-tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/cockroachdb/tools/cockroachdb-list-tables/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;cockroachdb-list-tables&lt;/code&gt; tool retrieves a list of tables from a CockroachDB database. It provides detailed information about table structure, including columns, constraints, indexes, and foreign key relationships.&lt;/p&gt;
&lt;p&gt;This tool is useful for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Database schema discovery&lt;/li&gt;
&lt;li&gt;Understanding table relationships&lt;/li&gt;
&lt;li&gt;Generating context for AI-powered database queries&lt;/li&gt;
&lt;li&gt;Documentation and analysis&lt;/li&gt;
&lt;/ul&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/cockroachdb/source/"&gt;CockroachDB Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

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

&lt;h2 id="parameters"&gt;Parameters&lt;/h2&gt;
&lt;p&gt;The tool accepts optional runtime parameters:&lt;/p&gt;</description></item><item><title>cockroachdb-sql</title><link>/integrations/cockroachdb/tools/cockroachdb-sql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/cockroachdb/tools/cockroachdb-sql/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;cockroachdb-sql&lt;/code&gt; tool allows you to execute parameterized SQL queries against a CockroachDB database. This tool supports prepared statements with parameter binding, template parameters for dynamic query construction, and automatic transaction retry for resilience against serialization conflicts.&lt;/p&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/cockroachdb/source/"&gt;CockroachDB Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

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

&lt;h2 id="parameters"&gt;Parameters&lt;/h2&gt;
&lt;p&gt;Parameters allow you to safely pass values into your SQL queries using prepared statements. CockroachDB uses PostgreSQL-style parameter placeholders: &lt;code&gt;$1&lt;/code&gt;, &lt;code&gt;$2&lt;/code&gt;, etc.&lt;/p&gt;</description></item></channel></rss>