Salesforce Service Cloud · Capability

Salesforce Service Cloud Salesforce Chat REST API — Settings

Salesforce Service Cloud Salesforce Chat REST API — Settings. 1 operations. Lead operation: Salesforce Service Cloud Get deployment settings. Self-contained Naftiko capability covering one Salesforce Service Cloud business surface.

Run with Naftiko Salesforce Service CloudSettings

What You Can Do

GET
Getsettings — Salesforce Service Cloud Get deployment settings
/v1/visitor/settings

MCP Tools

salesforce-service-cloud-get-deployment

Salesforce Service Cloud Get deployment settings

read-only idempotent

Capability Spec

salesforce-live-agent-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce Service Cloud Salesforce Chat REST API — Settings
  description: 'Salesforce Service Cloud Salesforce Chat REST API — Settings. 1 operations. Lead operation: Salesforce Service
    Cloud Get deployment settings. Self-contained Naftiko capability covering one Salesforce Service Cloud business surface.'
  tags:
  - Salesforce Service Cloud
  - Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_SERVICE_CLOUD_API_KEY: SALESFORCE_SERVICE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-live-agent-settings
    baseUri: https://{hostname}/chat/rest
    description: Salesforce Service Cloud Salesforce Chat REST API — Settings business capability. Self-contained, no shared
      references.
    resources:
    - name: Visitor-Settings
      path: /Visitor/Settings
      operations:
      - name: getsettings
        method: GET
        description: Salesforce Service Cloud Get deployment settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: query
          type: string
          description: Salesforce organization ID
          required: true
        - name: deployment_id
          in: query
          type: string
          description: Chat deployment ID
          required: true
    authentication:
      type: apikey
      key: X-LIVEAGENT-API-VERSION
      value: '{{env.SALESFORCE_SERVICE_CLOUD_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: salesforce-live-agent-settings-rest
    port: 8080
    description: REST adapter for Salesforce Service Cloud Salesforce Chat REST API — Settings. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/visitor/settings
      name: visitor-settings
      description: REST surface for Visitor-Settings.
      operations:
      - method: GET
        name: getsettings
        description: Salesforce Service Cloud Get deployment settings
        call: salesforce-live-agent-settings.getsettings
        with:
          org_id: rest.org_id
          deployment_id: rest.deployment_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-live-agent-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce Service Cloud Salesforce Chat REST API — Settings. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: salesforce-service-cloud-get-deployment
      description: Salesforce Service Cloud Get deployment settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesforce-live-agent-settings.getsettings
      with:
        org_id: tools.org_id
        deployment_id: tools.deployment_id
      outputParameters:
      - type: object
        mapping: $.