Looker · Capability
Looker Analytics and Reporting
Unified workflow for business intelligence analytics including dashboards, looks, queries, and user management. Used by data analysts and BI administrators.
What You Can Do
GET
List looks
— List all looks.
/v1/looks
GET
Get look
— Get look details.
/v1/looks/{id}
PATCH
Update look
— Update a look.
/v1/looks/{id}
DELETE
Delete look
— Delete a look.
/v1/looks/{id}
GET
List dashboards
— List all dashboards.
/v1/dashboards
POST
Create dashboard
— Create a dashboard.
/v1/dashboards
GET
Get dashboard
— Get dashboard details.
/v1/dashboards/{id}
PATCH
Update dashboard
— Update a dashboard.
/v1/dashboards/{id}
DELETE
Delete dashboard
— Delete a dashboard.
/v1/dashboards/{id}
POST
Create query
— Create a query.
/v1/queries
GET
Get query
— Get query details.
/v1/queries/{id}
GET
List users
— List all users.
/v1/users
POST
Create user
— Create a user.
/v1/users
MCP Tools
list-looks
List all saved looks.
read-only
search-looks
Search for looks by title.
read-only
get-look
Get look details.
read-only
update-look
Update a look.
idempotent
delete-look
Delete a look.
idempotent
run-look
Run a look and return results.
read-only
list-dashboards
List all dashboards.
read-only
search-dashboards
Search for dashboards.
read-only
create-dashboard
Create a new dashboard.
get-dashboard
Get dashboard details.
read-only
update-dashboard
Update a dashboard.
idempotent
delete-dashboard
Delete a dashboard.
idempotent
create-query
Create a query.
get-query
Get query details.
read-only
run-query
Run a saved query.
read-only
list-users
List all users.
read-only
create-user
Create a new user.
get-user
Get user details.
read-only
update-user
Update a user.
idempotent
delete-user
Delete a user.
idempotent
APIs Used
looker