Looker · Capability
Looker API — Dashboard
Looker API — Dashboard. 8 operations. Lead operation: Looker List All Dashboards. Self-contained Naftiko capability covering one Looker business surface.
What You Can Do
GET
Alldashboards
— Looker List All Dashboards
/v1/dashboards
POST
Createdashboard
— Looker Create a Dashboard
/v1/dashboards
GET
Searchdashboards
— Looker Search Dashboards
/v1/dashboards/search
GET
Dashboard
— Looker Get a Dashboard
/v1/dashboards/{dashboard-id}
PATCH
Updatedashboard
— Looker Update a Dashboard
/v1/dashboards/{dashboard-id}
DELETE
Deletedashboard
— Looker Delete a Dashboard
/v1/dashboards/{dashboard-id}
GET
Dashboarddashboardelements
— Looker List Dashboard Elements
/v1/dashboards/{dashboard-id}/dashboard-elements
GET
Dashboarddashboardfilters
— Looker List Dashboard Filters
/v1/dashboards/{dashboard-id}/dashboard-filters
MCP Tools
looker-list-all-dashboards
Looker List All Dashboards
read-only
idempotent
looker-create-dashboard
Looker Create a Dashboard
looker-search-dashboards
Looker Search Dashboards
read-only
idempotent
looker-get-dashboard
Looker Get a Dashboard
read-only
idempotent
looker-update-dashboard
Looker Update a Dashboard
idempotent
looker-delete-dashboard
Looker Delete a Dashboard
idempotent
looker-list-dashboard-elements
Looker List Dashboard Elements
read-only
idempotent
looker-list-dashboard-filters
Looker List Dashboard Filters
read-only
idempotent