Google AdMob · Capability

Google AdMob API — mediationGroups

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

Run with Naftiko Google AdmobmediationGroups

What You Can Do

GET
Listmediationgroups — Google AdMob List mediation groups
/v1/v1/{parent}/mediationgroups

MCP Tools

google-admob-list-mediation-groups

Google AdMob List mediation groups

read-only idempotent

Capability Spec

openapi-mediationgroups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google AdMob API — mediationGroups
  description: 'Google AdMob API — mediationGroups. 1 operations. Lead operation: Google AdMob List mediation groups. Self-contained
    Naftiko capability covering one Google Admob business surface.'
  tags:
  - Google Admob
  - mediationGroups
  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-mediationgroups
    baseUri: https://admob.googleapis.com
    description: Google AdMob API — mediationGroups business capability. Self-contained, no shared references.
    resources:
    - name: v1-parent-mediationGroups
      path: /v1/{parent}/mediationGroups
      operations:
      - name: listmediationgroups
        method: GET
        description: Google AdMob List mediation groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parent
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_ADMOB_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-mediationgroups-rest
    port: 8080
    description: REST adapter for Google AdMob API — mediationGroups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/{parent}/mediationgroups
      name: v1-parent-mediationgroups
      description: REST surface for v1-parent-mediationGroups.
      operations:
      - method: GET
        name: listmediationgroups
        description: Google AdMob List mediation groups
        call: openapi-mediationgroups.listmediationgroups
        with:
          parent: rest.parent
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-mediationgroups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google AdMob API — mediationGroups. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-admob-list-mediation-groups
      description: Google AdMob List mediation groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-mediationgroups.listmediationgroups
      with:
        parent: tools.parent
      outputParameters:
      - type: object
        mapping: $.