looker-update-dashboard-layout-component

“looker-update-dashboard-layout-component” updates a dashboard layout component.

About

The looker-update-dashboard-layout-component tool updates a dashboard layout component, allowing you to move a tile to a different tab (layout) and/or change its position and size.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Looker Source

Example

kind: tool
name: update_dashboard_layout_component
type: looker-update-dashboard-layout-component
source: looker-source
description: |
  This tool updates a dashboard layout component, allowing you to move a tile
  to a different tab (layout) and/or change its position and size.

  Parameters:
  - dashboard_layout_component_id (required): The ID of the component to update.
  - dashboard_layout_id (optional): The ID of the target layout (tab) to move to.
  - row (optional): The new row position.
  - column (optional): The new column position.
  - width (optional): The new width.
  - height (optional): The new height.

Reference

fieldtyperequireddescription
typestringtrueMust be “looker-update-dashboard-layout-component”.
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)