Salesforce Experience Cloud Salesforce CMS Delivery API — Collections

Salesforce Experience Cloud Salesforce CMS Delivery API — Collections. 2 operations. Lead operation: Salesforce Experience Cloud List Content Collections. Self-contained Naftiko capability covering one Salesforce Experience Cloud business surface.

Run with Naftiko Salesforce Experience CloudCollections

What You Can Do

GET
Listdeliverycollections — Salesforce Experience Cloud List Content Collections
/v1/channels/{channelid}/collections
GET
Getdeliverycollection — Salesforce Experience Cloud Get a Content Collection
/v1/channels/{channelid}/collections/{collectionkeyorid}

MCP Tools

salesforce-experience-cloud-list-content

Salesforce Experience Cloud List Content Collections

read-only idempotent
salesforce-experience-cloud-get-content

Salesforce Experience Cloud Get a Content Collection

read-only idempotent

Capability Spec

cms-delivery-collections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce Experience Cloud Salesforce CMS Delivery API — Collections
  description: 'Salesforce Experience Cloud Salesforce CMS Delivery API — Collections. 2 operations. Lead operation: Salesforce
    Experience Cloud List Content Collections. Self-contained Naftiko capability covering one Salesforce Experience Cloud
    business surface.'
  tags:
  - Salesforce Experience Cloud
  - Collections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_EXPERIENCE_CLOUD_API_KEY: SALESFORCE_EXPERIENCE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: cms-delivery-collections
    baseUri: https://{instance}.salesforce.com/services/data/v59.0/connect/cms/delivery
    description: Salesforce Experience Cloud Salesforce CMS Delivery API — Collections business capability. Self-contained,
      no shared references.
    resources:
    - name: channels-channelId-collections
      path: /channels/{channelId}/collections
      operations:
      - name: listdeliverycollections
        method: GET
        description: Salesforce Experience Cloud List Content Collections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: channels-channelId-collections-collectionKeyOrId
      path: /channels/{channelId}/collections/{collectionKeyOrId}
      operations:
      - name: getdeliverycollection
        method: GET
        description: Salesforce Experience Cloud Get a Content Collection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: collectionKeyOrId
          in: path
          type: string
          description: Collection key or record ID
          required: true
        - name: language
          in: query
          type: string
          description: Language variant to retrieve
        - name: showAbsoluteUrl
          in: query
          type: boolean
          description: Whether to return absolute URLs
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_EXPERIENCE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: cms-delivery-collections-rest
    port: 8080
    description: REST adapter for Salesforce Experience Cloud Salesforce CMS Delivery API — Collections. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/channels/{channelid}/collections
      name: channels-channelid-collections
      description: REST surface for channels-channelId-collections.
      operations:
      - method: GET
        name: listdeliverycollections
        description: Salesforce Experience Cloud List Content Collections
        call: cms-delivery-collections.listdeliverycollections
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/channels/{channelid}/collections/{collectionkeyorid}
      name: channels-channelid-collections-collectionkeyorid
      description: REST surface for channels-channelId-collections-collectionKeyOrId.
      operations:
      - method: GET
        name: getdeliverycollection
        description: Salesforce Experience Cloud Get a Content Collection
        call: cms-delivery-collections.getdeliverycollection
        with:
          collectionKeyOrId: rest.collectionKeyOrId
          language: rest.language
          showAbsoluteUrl: rest.showAbsoluteUrl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cms-delivery-collections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce Experience Cloud Salesforce CMS Delivery API — Collections. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: salesforce-experience-cloud-list-content
      description: Salesforce Experience Cloud List Content Collections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cms-delivery-collections.listdeliverycollections
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-experience-cloud-get-content
      description: Salesforce Experience Cloud Get a Content Collection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cms-delivery-collections.getdeliverycollection
      with:
        collectionKeyOrId: tools.collectionKeyOrId
        language: tools.language
        showAbsoluteUrl: tools.showAbsoluteUrl
      outputParameters:
      - type: object
        mapping: $.