looker-create-dashboard-layout

“looker-create-dashboard-layout” creates a new dashboard layout (tab).

About

The looker-create-dashboard-layout tool creates a new dashboard layout, which typically represents a tab in modern Looker dashboards.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Looker Source

Example

kind: tool
name: create_dashboard_layout
type: looker-create-dashboard-layout
source: looker-source
description: |
  This tool creates a new dashboard layout, which typically represents a tab
  in modern Looker dashboards.

  Parameters:
  - dashboard_id (required): The ID of the dashboard.
  - label (required): The label (title) of the new tab.
  - type (optional): The type of layout (defaults to 'newspaper').
  - active (optional): Whether to make this layout active.

Reference

fieldtyperequireddescription
typestringtrueMust be “looker-create-dashboard-layout”.
sourcestringtrueName of the Looker source.
descriptionstringtrueDescription of the tool that is passed to the LLM.



Last modified August 14, 2026: chore(main): release 1.9.0 (#3744) (5de8f13)