sitecore · Capability

Sitecore Discover API — Incremental Feed

Sitecore Discover API — Incremental Feed. 1 operations. Lead operation: Incrementally update products. Self-contained Naftiko capability covering one Sitecore business surface.

Run with Naftiko SitecoreIncremental Feed

What You Can Do

POST
Updateproductsfeed — Incrementally update products
/v1/api/feed/v1/products/incremental/update

MCP Tools

incrementally-update-products

Incrementally update products

Capability Spec

discover-incremental-feed.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sitecore Discover API — Incremental Feed
  description: 'Sitecore Discover API — Incremental Feed. 1 operations. Lead operation: Incrementally update products. Self-contained
    Naftiko capability covering one Sitecore business surface.'
  tags:
  - Sitecore
  - Incremental Feed
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SITECORE_API_KEY: SITECORE_API_KEY
capability:
  consumes:
  - type: http
    namespace: discover-incremental-feed
    baseUri: https://{subdomain}.rfksrv.com
    description: Sitecore Discover API — Incremental Feed business capability. Self-contained, no shared references.
    resources:
    - name: api-feed-v1-products-incremental-update
      path: /api/feed/v1/products/incremental/update
      operations:
      - name: updateproductsfeed
        method: POST
        description: Incrementally update products
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SITECORE_API_KEY}}'
  exposes:
  - type: rest
    namespace: discover-incremental-feed-rest
    port: 8080
    description: REST adapter for Sitecore Discover API — Incremental Feed. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/feed/v1/products/incremental/update
      name: api-feed-v1-products-incremental-update
      description: REST surface for api-feed-v1-products-incremental-update.
      operations:
      - method: POST
        name: updateproductsfeed
        description: Incrementally update products
        call: discover-incremental-feed.updateproductsfeed
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: discover-incremental-feed-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sitecore Discover API — Incremental Feed. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: incrementally-update-products
      description: Incrementally update products
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: discover-incremental-feed.updateproductsfeed
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.