Google Ad Manager · Capability

Google Ad Manager API — Networks

Google Ad Manager API — Networks. 1 operations. Lead operation: Google Ad Manager List networks. Self-contained Naftiko capability covering one Google Ad Manager business surface.

Run with Naftiko Google Ad ManagerNetworks

What You Can Do

GET
Listnetworks — Google Ad Manager List networks
/v1/v1/networks

MCP Tools

google-ad-manager-list-networks

Google Ad Manager List networks

read-only idempotent

Capability Spec

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