Google Ad Manager · Capability

Google Ad Manager API — Reports:run

Google Ad Manager API — Reports:run. 1 operations. Lead operation: Google Ad Manager Run a report. Self-contained Naftiko capability covering one Google Ad Manager business surface.

Run with Naftiko Google Ad ManagerReports:run

What You Can Do

POST
Runreport — Google Ad Manager Run a report
/v1/v1/{parent}/reports-run

MCP Tools

google-ad-manager-run-report

Google Ad Manager Run a report

Capability Spec

openapi-reports-run.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Ad Manager API — Reports:run
  description: 'Google Ad Manager API — Reports:run. 1 operations. Lead operation: Google Ad Manager Run a report. Self-contained
    Naftiko capability covering one Google Ad Manager business surface.'
  tags:
  - Google Ad Manager
  - Reports:run
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_AD_MANAGER_API_KEY: GOOGLE_AD_MANAGER_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-reports-run
    baseUri: https://admanager.googleapis.com
    description: Google Ad Manager API — Reports:run business capability. Self-contained, no shared references.
    resources:
    - name: v1-parent-reports:run
      path: /v1/{parent}/reports:run
      operations:
      - name: runreport
        method: POST
        description: Google Ad Manager Run a 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_AD_MANAGER_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-reports-run-rest
    port: 8080
    description: REST adapter for Google Ad Manager API — Reports:run. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/{parent}/reports-run
      name: v1-parent-reports-run
      description: REST surface for v1-parent-reports:run.
      operations:
      - method: POST
        name: runreport
        description: Google Ad Manager Run a report
        call: openapi-reports-run.runreport
        with:
          parent: rest.parent
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-reports-run-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Ad Manager API — Reports:run. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-ad-manager-run-report
      description: Google Ad Manager Run a report
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-reports-run.runreport
      with:
        parent: tools.parent
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.