Prerequisites
What are you trying to do that currently feels hard or impossible?
We want to add a new MCP tool to run one or more LookML tests defined in a project; this would enable a LookML editing agent to execute the tests for validation of project changes via the toolbox.
Suggested Solution(s)
We can implement this tool by directly invoking the Run LookML Test Looker API (RunLookmlTest sdk method), which run single or multiple tests by specifying the project_id, file_id, test & model parameters to narrow the scope as required.
Alternatives Considered
No simpler 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 run one or more LookML tests defined in a project; this would enable a LookML editing agent to execute the tests for validation of project changes via the toolbox.
Suggested Solution(s)
We can implement this tool by directly invoking the Run LookML Test Looker API (RunLookmlTest sdk method), which run single or multiple tests by specifying the
project_id, file_id, test & modelparameters to narrow the scope as required.Alternatives Considered
No simpler workarounds as this is the most straightforward approach to implement this functionality.
Additional Details
No response