Looker Studio · Capability

Looker Studio Community Connector API — Authentication

Looker Studio Community Connector API — Authentication. 3 operations. Lead operation: Looker Studio Get authentication type. Self-contained Naftiko capability covering one Looker Studio business surface.

Run with Naftiko Looker StudioAuthentication

What You Can Do

POST
Getauthtype — Looker Studio Get authentication type
/v1/connector/getauthtype
POST
Isauthvalid — Looker Studio Validate authentication credentials
/v1/connector/isauthvalid
POST
Setcredentials — Looker Studio Store authentication credentials
/v1/connector/setcredentials

MCP Tools

looker-studio-get-authentication-type

Looker Studio Get authentication type

read-only
looker-studio-validate-authentication-credentials

Looker Studio Validate authentication credentials

read-only
looker-studio-store-authentication-credentials

Looker Studio Store authentication credentials

Capability Spec

community-connector-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Looker Studio Community Connector API — Authentication
  description: 'Looker Studio Community Connector API — Authentication. 3 operations. Lead operation: Looker Studio Get authentication
    type. Self-contained Naftiko capability covering one Looker Studio business surface.'
  tags:
  - Looker Studio
  - Authentication
  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: community-connector-authentication
    baseUri: https://datastudio.google.com/datasources/create
    description: Looker Studio Community Connector API — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: connector-getAuthType
      path: /connector/getAuthType
      operations:
      - name: getauthtype
        method: POST
        description: Looker Studio Get authentication type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: connector-isAuthValid
      path: /connector/isAuthValid
      operations:
      - name: isauthvalid
        method: POST
        description: Looker Studio Validate authentication credentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: connector-setCredentials
      path: /connector/setCredentials
      operations:
      - name: setcredentials
        method: POST
        description: Looker Studio Store authentication credentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: community-connector-authentication-rest
    port: 8080
    description: REST adapter for Looker Studio Community Connector API — Authentication. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/connector/getauthtype
      name: connector-getauthtype
      description: REST surface for connector-getAuthType.
      operations:
      - method: POST
        name: getauthtype
        description: Looker Studio Get authentication type
        call: community-connector-authentication.getauthtype
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connector/isauthvalid
      name: connector-isauthvalid
      description: REST surface for connector-isAuthValid.
      operations:
      - method: POST
        name: isauthvalid
        description: Looker Studio Validate authentication credentials
        call: community-connector-authentication.isauthvalid
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connector/setcredentials
      name: connector-setcredentials
      description: REST surface for connector-setCredentials.
      operations:
      - method: POST
        name: setcredentials
        description: Looker Studio Store authentication credentials
        call: community-connector-authentication.setcredentials
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: community-connector-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Looker Studio Community Connector API — Authentication. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: looker-studio-get-authentication-type
      description: Looker Studio Get authentication type
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: community-connector-authentication.getauthtype
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: looker-studio-validate-authentication-credentials
      description: Looker Studio Validate authentication credentials
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: community-connector-authentication.isauthvalid
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: looker-studio-store-authentication-credentials
      description: Looker Studio Store authentication credentials
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: community-connector-authentication.setcredentials
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.