Prerequisites
What are you trying to do that currently feels hard or impossible?
We want to add a new MCP tool to fetch all available LookML tests for a project; this would enable a LookML editing agent to fetch details for existing tests on a project that can be executed for validation of changes via the toolbox.
Suggested Solution(s)
We can implement this tool by directly invoking the Looker API Get All LookML Tests (AllLookmlTests sdk method), which can fetch all defined tests and use the project_id and file_id parameters to narrow the scope as required.
Alternatives Considered
No feasible workarounds as this is the most straightforward approach to implement this functionality.
Additional Details
No response
Prerequisites
What are you trying to do that currently feels hard or impossible?
We want to add a new MCP tool to fetch all available LookML tests for a project; this would enable a LookML editing agent to fetch details for existing tests on a project that can be executed for validation of changes via the toolbox.
Suggested Solution(s)
We can implement this tool by directly invoking the Looker API Get All LookML Tests (
AllLookmlTestssdk method), which can fetch all defined tests and use theproject_idandfile_idparameters to narrow the scope as required.Alternatives Considered
No feasible workarounds as this is the most straightforward approach to implement this functionality.
Additional Details
No response