Salesforce · Capability

Salesforce — Exit

Salesforce — Exit. 1 operations. Lead operation: Salesforce Lightning Exit by Page Metrics. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceExit

What You Can Do

GET
Lightningexitbypagemetrics — Salesforce Lightning Exit by Page Metrics
/v1/data/v64-0/sobjects/lightningexitbypagemetrics

MCP Tools

salesforce-lightning-exit-page-metrics

Salesforce Lightning Exit by Page Metrics

read-only idempotent

Capability Spec

salesforce-exit.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Exit
  description: 'Salesforce — Exit. 1 operations. Lead operation: Salesforce Lightning Exit by Page Metrics. Self-contained
    Naftiko capability covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Exit
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-exit
    baseUri: https://login.salesforce.com
    description: Salesforce — Exit business capability. Self-contained, no shared references.
    resources:
    - name: data-v64.0-sobjects-LightningExitByPageMetrics
      path: /data/v64.0/sobjects/LightningExitByPageMetrics
      operations:
      - name: lightningexitbypagemetrics
        method: GET
        description: Salesforce Lightning Exit by Page Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-exit-rest
    port: 8080
    description: REST adapter for Salesforce — Exit. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/data/v64-0/sobjects/lightningexitbypagemetrics
      name: data-v64-0-sobjects-lightningexitbypagemetrics
      description: REST surface for data-v64.0-sobjects-LightningExitByPageMetrics.
      operations:
      - method: GET
        name: lightningexitbypagemetrics
        description: Salesforce Lightning Exit by Page Metrics
        call: salesforce-exit.lightningexitbypagemetrics
        with:
          Content-Type: rest.Content-Type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-exit-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Exit. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-lightning-exit-page-metrics
      description: Salesforce Lightning Exit by Page Metrics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesforce-exit.lightningexitbypagemetrics
      with:
        Content-Type: tools.Content-Type
      outputParameters:
      - type: object
        mapping: $.