Files
Dr. Strangelove b2b80fbea6 feat(tools/looker): Add additional tools to allow dashboards to be modified, and their layouts altered. (#3597)
## Description

New tools added to support a test and refine cycle for dashboards.

* get_dashboard: Retrieve the dashboard definition.
* update_dashboard_element: Modify the definition of a dashboard element
* create_dashboard_layout: Create a new tab on a dashboard
* update_dashboard_layout_component: Move a tile to a different tab, or
change its size and location in the current tab

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/mcp-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/mcp-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #2659

Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
2026-08-04 19:09:48 +00:00
..