Google AdSense Management API — Adclients

Google AdSense Management API — Adclients. 1 operations. Lead operation: Google AdSense Management List ad clients. Self-contained Naftiko capability covering one Google Adsense business surface.

Run with Naftiko Google AdsenseAdclients

What You Can Do

GET
Listadclients — Google AdSense Management List ad clients
/v1/v2/{parent}/adclients

MCP Tools

google-adsense-management-list-ad

Google AdSense Management List ad clients

read-only idempotent

Capability Spec

openapi-adclients.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google AdSense Management API — Adclients
  description: 'Google AdSense Management API — Adclients. 1 operations. Lead operation: Google AdSense Management List ad
    clients. Self-contained Naftiko capability covering one Google Adsense business surface.'
  tags:
  - Google Adsense
  - Adclients
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_ADSENSE_API_KEY: GOOGLE_ADSENSE_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-adclients
    baseUri: https://adsense.googleapis.com
    description: Google AdSense Management API — Adclients business capability. Self-contained, no shared references.
    resources:
    - name: v2-parent-adclients
      path: /v2/{parent}/adclients
      operations:
      - name: listadclients
        method: GET
        description: Google AdSense Management List ad clients
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parent
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_ADSENSE_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-adclients-rest
    port: 8080
    description: REST adapter for Google AdSense Management API — Adclients. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/{parent}/adclients
      name: v2-parent-adclients
      description: REST surface for v2-parent-adclients.
      operations:
      - method: GET
        name: listadclients
        description: Google AdSense Management List ad clients
        call: openapi-adclients.listadclients
        with:
          parent: rest.parent
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-adclients-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google AdSense Management API — Adclients. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-adsense-management-list-ad
      description: Google AdSense Management List ad clients
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-adclients.listadclients
      with:
        parent: tools.parent
      outputParameters:
      - type: object
        mapping: $.