Google Content API for Shopping — Accounts

Google Content API for Shopping — Accounts. 1 operations. Lead operation: Google Content API for Shopping List Accounts. Self-contained Naftiko capability covering one Google Shopping business surface.

Run with Naftiko Google ShoppingAccounts

What You Can Do

GET
Listaccounts — Google Content API for Shopping List Accounts
/v1/{merchantid}/accounts

MCP Tools

google-content-api-shopping-list

Google Content API for Shopping List Accounts

read-only idempotent

Capability Spec

openapi-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Content API for Shopping — Accounts
  description: 'Google Content API for Shopping — Accounts. 1 operations. Lead operation: Google Content API for Shopping
    List Accounts. Self-contained Naftiko capability covering one Google Shopping business surface.'
  tags:
  - Google Shopping
  - Accounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_SHOPPING_API_KEY: GOOGLE_SHOPPING_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-accounts
    baseUri: https://shoppingcontent.googleapis.com/content/v2.1
    description: Google Content API for Shopping — Accounts business capability. Self-contained, no shared references.
    resources:
    - name: merchantId-accounts
      path: /{merchantId}/accounts
      operations:
      - name: listaccounts
        method: GET
        description: Google Content API for Shopping List Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: merchantId
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: openapi-accounts-rest
    port: 8080
    description: REST adapter for Google Content API for Shopping — Accounts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{merchantid}/accounts
      name: merchantid-accounts
      description: REST surface for merchantId-accounts.
      operations:
      - method: GET
        name: listaccounts
        description: Google Content API for Shopping List Accounts
        call: openapi-accounts.listaccounts
        with:
          merchantId: rest.merchantId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Content API for Shopping — Accounts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-content-api-shopping-list
      description: Google Content API for Shopping List Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-accounts.listaccounts
      with:
        merchantId: tools.merchantId
      outputParameters:
      - type: object
        mapping: $.