# GenAI Toolbox

{% hint style="warning" %}
**Early Access** — Reach out to your Natoma representative for access.
{% endhint %}

**Type:** Official

**Source Type:** Local Package

**Source:** [GitHub](https://github.com/googleapis/genai-toolbox)

**Description:** GenAI Toolbox for Databases is Google's open-source MCP server for connecting AI assistants to common databases. It provides a unified interface across BigQuery, PostgreSQL, MySQL, Spanner, Snowflake, Neo4j, and others — see the project's documentation for the full list.

***

## Setup

**Configuration Parameters:**

* **Prebuilt** \* - Prebuilt data source to connect to (e.g. `bigquery`, `postgres`, `mysql`, `spanner`, `snowflake`, `neo4j`).

When creating the connection in Natoma, enter the values above.

For most data sources you'll want one of the dedicated GenAI Toolbox servers — **BigQuery (Toolbox)**, **Looker (Toolbox)**, **Oracle DB (Toolbox)**, **PostgreSQL (Toolbox)** — which include the credential fields specific to that data source.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/genai-toolbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
