Skip to content

feat(tools/looker): Enable Lookml View creation from table in Looker #2450

@Anthrino

Description

@Anthrino

Prerequisites

What are you trying to do that currently feels hard or impossible?

We want to add a new MCP tool to create a Lookml view file in a project from a source table; this would enable a LookML editing agent to create new table views from scratch based on user prompts via the toolbox.

Suggested Solution(s)

We can implement this tool by invoking the LookML generator API (currently an undocumented endpoint), to trigger LookML project generation for specified database tables. This accepts input params projectId for the existing project, connection to specify the database schema and sets a null value for file_type_for_explores to prevent model and explore creation and only adding the required view(s).

Alternatives Considered

No simpler workarounds as this is the only available API endpoint implement view creation functionality.

Additional Details

No response

Metadata

Metadata

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions