Back to Genai Toolbox

looker-create-dashboard-layout

docs/en/integrations/looker/tools/looker-create-dashboard-layout.md

1.9.01.2 KB
Original Source

About

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

Compatible Sources

{{< compatible-sources >}}

Example

yaml
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.