# Looker (Toolbox)

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

**Type:** Official

**Source Type:** Repository

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

**Description:** MCP Toolbox for Looker (powered by Google's GenAI Toolbox) provides AI assistants with access to Looker. It enables querying explores and looks, running queries, and inspecting models and dashboards.

**Configuration Parameters:**

* **Looker Base URL** \* - e.g. `https://mycompany.looker.com`.
* **Looker Client ID** \* - API3 Client ID from your Looker user profile.
* **Looker Client Secret** \* (sensitive) - API3 Client Secret paired with the Client ID.

**Setup Steps:**

1. Log in to Looker.
2. Navigate to **Admin → Users**, open your service user, and click **Edit Keys** under **API Keys**.
3. Click **New API3 Key** and copy the **Client ID** and **Client Secret** — Looker only shows them once.
4. When creating the connection in Natoma, paste the base URL, Client ID, and Client Secret, and save.


---

# 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-looker.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.
