Google AdMob · Capability

Google AdMob API — networkReport:generate

Google AdMob API — networkReport:generate. 1 operations. Lead operation: Google AdMob Generate network report. Self-contained Naftiko capability covering one Google Admob business surface.

Run with Naftiko Google AdmobnetworkReport:generate

What You Can Do

POST
Generatenetworkreport — Google AdMob Generate network report
/v1/v1/{parent}/networkreport-generate

MCP Tools

google-admob-generate-network-report

Google AdMob Generate network report

Capability Spec

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