Google AdMob · Capability

Google AdMob API — Accounts

Google AdMob API — Accounts. 1 operations. Lead operation: Google AdMob List accounts. Self-contained Naftiko capability covering one Google Admob business surface.

Run with Naftiko Google AdmobAccounts

What You Can Do

GET
Listaccounts — Google AdMob List accounts
/v1/v1/accounts

MCP Tools

google-admob-list-accounts

Google AdMob List accounts

read-only idempotent

Capability Spec

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