Looker
Search Looker content, manage dashboards, run queries, render dashboards, and run scheduled plans.
Tools
| Name | Description |
|---|---|
validate_connectionValidate the Looker API key pair by listing one dashboard. | Validate the Looker API key pair by listing one dashboard. |
search_contentSearch across Looks, user-defined dashboards, and LookML dashboards. | Search across Looks, user-defined dashboards, and LookML dashboards. |
search_dashboardsSearch Looker user-defined dashboards. | Search Looker user-defined dashboards. |
get_dashboardGet full details for a Looker dashboard. | Get full details for a Looker dashboard. |
create_dashboardCreate a user-defined Looker dashboard in a folder. | Create a user-defined Looker dashboard in a folder. |
update_dashboardUpdate mutable Looker dashboard metadata. | Update mutable Looker dashboard metadata. |
search_looksSearch saved Looks. | Search saved Looks. |
get_lookGet details for a saved Look. | Get details for a saved Look. |
run_saved_queryRun a Looker query by query ID and return results in the selected format. | Run a Looker query by query ID and return results in the selected format. |
run_inline_queryRun an inline Looker query definition. | Run an inline Looker query definition. |
create_dashboard_render_taskStart a Looker dashboard render task for PDF, PNG, or JPG output. | Start a Looker dashboard render task for PDF, PNG, or JPG output. |
get_render_taskGet status for a Looker render task. | Get status for a Looker render task. |
get_render_task_resultsDownload completed Looker render task output as a base64 payload when binary. | Download completed Looker render task output as a base64 payload when binary. |
run_scheduled_plan_onceRun a Looker scheduled plan one time with the supplied plan JSON. | Run a Looker scheduled plan one time with the supplied plan JSON. |
Triggers
| Name | Description |
|---|---|
dashboard_created_or_updatedPoll Looker dashboards and emit newly created or updated dashboards after the initial baseline. | Poll Looker dashboards and emit newly created or updated dashboards after the initial baseline. |
Quick Start
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.