Google Ad Manager · Capability

Google Ad Manager API — Orders

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

Run with Naftiko Google Ad ManagerOrders

What You Can Do

GET
Listorders — Google Ad Manager List orders
/v1/v1/{parent}/orders

MCP Tools

google-ad-manager-list-orders

Google Ad Manager List orders

read-only idempotent

Capability Spec

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