Looker Studio · Capability

Looker Studio Embedding API — oEmbed

Looker Studio Embedding API — oEmbed. 1 operations. Lead operation: Looker Studio Get report via short link. Self-contained Naftiko capability covering one Looker Studio business surface.

Run with Naftiko Looker StudiooEmbed

What You Can Do

GET
Getsharedreportbyshortlink — Looker Studio Get report via short link
/v1/s/{shortid}

MCP Tools

looker-studio-get-report-short

Looker Studio Get report via short link

read-only idempotent

Capability Spec

embedding-oembed.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Looker Studio Embedding API — oEmbed
  description: 'Looker Studio Embedding API — oEmbed. 1 operations. Lead operation: Looker Studio Get report via short link.
    Self-contained Naftiko capability covering one Looker Studio business surface.'
  tags:
  - Looker Studio
  - oEmbed
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LOOKER_STUDIO_API_KEY: LOOKER_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: embedding-oembed
    baseUri: https://lookerstudio.google.com
    description: Looker Studio Embedding API — oEmbed business capability. Self-contained, no shared references.
    resources:
    - name: s-shortId
      path: /s/{shortId}
      operations:
      - name: getsharedreportbyshortlink
        method: GET
        description: Looker Studio Get report via short link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shortId
          in: path
          type: string
          description: The short link identifier for the shared report.
          required: true
  exposes:
  - type: rest
    namespace: embedding-oembed-rest
    port: 8080
    description: REST adapter for Looker Studio Embedding API — oEmbed. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/s/{shortid}
      name: s-shortid
      description: REST surface for s-shortId.
      operations:
      - method: GET
        name: getsharedreportbyshortlink
        description: Looker Studio Get report via short link
        call: embedding-oembed.getsharedreportbyshortlink
        with:
          shortId: rest.shortId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: embedding-oembed-mcp
    port: 9090
    transport: http
    description: MCP adapter for Looker Studio Embedding API — oEmbed. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: looker-studio-get-report-short
      description: Looker Studio Get report via short link
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: embedding-oembed.getsharedreportbyshortlink
      with:
        shortId: tools.shortId
      outputParameters:
      - type: object
        mapping: $.