Weavz
Looker

Looker

Search Looker content, manage dashboards, run queries, render dashboards, and run scheduled plans.

CustomAnalytics
14 tools
1 trigger

Tools

Name
validate_connection

Validate the Looker API key pair by listing one dashboard.

search_content

Search across Looks, user-defined dashboards, and LookML dashboards.

search_dashboards

Search Looker user-defined dashboards.

get_dashboard

Get full details for a Looker dashboard.

create_dashboard

Create a user-defined Looker dashboard in a folder.

update_dashboard

Update mutable Looker dashboard metadata.

search_looks

Search saved Looks.

get_look

Get details for a saved Look.

run_saved_query

Run a Looker query by query ID and return results in the selected format.

run_inline_query

Run an inline Looker query definition.

create_dashboard_render_task

Start a Looker dashboard render task for PDF, PNG, or JPG output.

get_render_task

Get status for a Looker render task.

get_render_task_results

Download completed Looker render task output as a base64 payload when binary.

run_scheduled_plan_once

Run a Looker scheduled plan one time with the supplied plan JSON.

Triggers

Name
dashboard_created_or_updated

Poll Looker dashboards and emit newly created or updated dashboards after the initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('looker', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'looker',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Looker to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Looker support?

Looker supports 14 tools including Validate Connection, Search Content, Search Dashboards, Get Dashboard, Create Dashboard, and more.

Can I use Looker with AI agents?

Yes. Add Looker to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Looker be used in stateful agent workflows?

Yes. Agents can combine Looker tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Looker use?

Looker uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Looker integration cost?

The Looker integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Looker support?

Looker supports 1 triggers including Dashboard Created or Updated.

Connect Looker in minutes

Get 20,000 free action executions every month. No credit card required.