looker-generate-embed-url

“looker-generate-embed-url” generates an embeddable URL for Looker content.

About

The looker-generate-embed-url tool generates an embeddable URL for a given piece of Looker content. The url generated is created for the user authenticated to the Looker source. When opened in the browser it will create a Looker Embed session.

It’s compatible with the following sources:

looker-generate-embed-url takes two parameters:

  1. the type of content (e.g., “dashboards”, “looks”, “query-visualization”)
  2. the id of the content

It’s recommended to use other tools from the Looker MCP toolbox with this tool to do things like fetch dashboard id’s, generate a query, etc that can be supplied to this tool.

Example

tools:
    generate_embed_url:
        kind: looker-generate-embed-url
        source: looker-source
        description: |
          generate_embed_url Tool

          This tool generates an embeddable URL for Looker content.
          You need to provide the type of content (e.g., 'dashboards', 'looks', 'query-visualization')
          and the ID of the content.

Reference

fieldtyperequireddescription
kindstringtrueMust be “looker-generate-embed-url”
sourcestringtrueName of the source the SQL should execute on.
descriptionstringtrueDescription of the tool that is passed to the LLM.
Last modified November 13, 2025: chore(main): release 0.20.0 (#1921) (5156db2)