Google Content API for Shopping — Datafeeds

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

Run with Naftiko Google ShoppingDatafeeds

What You Can Do

GET
Listdatafeeds — Google Content API for Shopping List Datafeeds
/v1/{merchantid}/datafeeds

MCP Tools

google-content-api-shopping-list

Google Content API for Shopping List Datafeeds

read-only idempotent

Capability Spec

openapi-datafeeds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Content API for Shopping — Datafeeds
  description: 'Google Content API for Shopping — Datafeeds. 1 operations. Lead operation: Google Content API for Shopping
    List Datafeeds. Self-contained Naftiko capability covering one Google Shopping business surface.'
  tags:
  - Google Shopping
  - Datafeeds
  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-datafeeds
    baseUri: https://shoppingcontent.googleapis.com/content/v2.1
    description: Google Content API for Shopping — Datafeeds business capability. Self-contained, no shared references.
    resources:
    - name: merchantId-datafeeds
      path: /{merchantId}/datafeeds
      operations:
      - name: listdatafeeds
        method: GET
        description: Google Content API for Shopping List Datafeeds
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: merchantId
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: openapi-datafeeds-rest
    port: 8080
    description: REST adapter for Google Content API for Shopping — Datafeeds. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{merchantid}/datafeeds
      name: merchantid-datafeeds
      description: REST surface for merchantId-datafeeds.
      operations:
      - method: GET
        name: listdatafeeds
        description: Google Content API for Shopping List Datafeeds
        call: openapi-datafeeds.listdatafeeds
        with:
          merchantId: rest.merchantId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-datafeeds-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Content API for Shopping — Datafeeds. 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 Datafeeds
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-datafeeds.listdatafeeds
      with:
        merchantId: tools.merchantId
      outputParameters:
      - type: object
        mapping: $.