Salesforce · Capability

Salesforce — Initiate

Salesforce — Initiate. 3 operations. Lead operation: Salesforce Initiate Amend Quantity. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceInitiate

What You Can Do

POST
Initiateamendquantity — Salesforce Initiate Amend Quantity
/v1/data/v64-0/asset-management/assets/collection/actions/initiate-amend-quantity
POST
Initiatecancellation — Salesforce Initiate Cancellation
/v1/data/v64-0/asset-management/assets/collection/actions/initiate-cancellation
POST
Initiaterenewal — Salesforce Initiate Renewal
/v1/data/v64-0/asset-management/assets/collection/actions/initiate-renewal

MCP Tools

salesforce-initiate-amend-quantity

Salesforce Initiate Amend Quantity

salesforce-initiate-cancellation

Salesforce Initiate Cancellation

salesforce-initiate-renewal

Salesforce Initiate Renewal

Capability Spec

salesforce-initiate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Initiate
  description: 'Salesforce — Initiate. 3 operations. Lead operation: Salesforce Initiate Amend Quantity. Self-contained Naftiko
    capability covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Initiate
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-initiate
    baseUri: https://login.salesforce.com
    description: Salesforce — Initiate business capability. Self-contained, no shared references.
    resources:
    - name: data-v64.0-asset-management-assets-collection-actions-initiate-amend-quantity
      path: /data/v64.0/asset-management/assets/collection/actions/initiate-amend-quantity
      operations:
      - name: initiateamendquantity
        method: POST
        description: Salesforce Initiate Amend Quantity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: data-v64.0-asset-management-assets-collection-actions-initiate-cancellation
      path: /data/v64.0/asset-management/assets/collection/actions/initiate-cancellation
      operations:
      - name: initiatecancellation
        method: POST
        description: Salesforce Initiate Cancellation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: data-v64.0-asset-management-assets-collection-actions-initiate-renewal
      path: /data/v64.0/asset-management/assets/collection/actions/initiate-renewal
      operations:
      - name: initiaterenewal
        method: POST
        description: Salesforce Initiate Renewal
        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.SALESFORCE_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-initiate-rest
    port: 8080
    description: REST adapter for Salesforce — Initiate. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/data/v64-0/asset-management/assets/collection/actions/initiate-amend-quantity
      name: data-v64-0-asset-management-assets-collection-actions-initiate-amend-quantity
      description: REST surface for data-v64.0-asset-management-assets-collection-actions-initiate-amend-quantity.
      operations:
      - method: POST
        name: initiateamendquantity
        description: Salesforce Initiate Amend Quantity
        call: salesforce-initiate.initiateamendquantity
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data/v64-0/asset-management/assets/collection/actions/initiate-cancellation
      name: data-v64-0-asset-management-assets-collection-actions-initiate-cancellation
      description: REST surface for data-v64.0-asset-management-assets-collection-actions-initiate-cancellation.
      operations:
      - method: POST
        name: initiatecancellation
        description: Salesforce Initiate Cancellation
        call: salesforce-initiate.initiatecancellation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/data/v64-0/asset-management/assets/collection/actions/initiate-renewal
      name: data-v64-0-asset-management-assets-collection-actions-initiate-renewal
      description: REST surface for data-v64.0-asset-management-assets-collection-actions-initiate-renewal.
      operations:
      - method: POST
        name: initiaterenewal
        description: Salesforce Initiate Renewal
        call: salesforce-initiate.initiaterenewal
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-initiate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Initiate. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-initiate-amend-quantity
      description: Salesforce Initiate Amend Quantity
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-initiate.initiateamendquantity
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-initiate-cancellation
      description: Salesforce Initiate Cancellation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-initiate.initiatecancellation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-initiate-renewal
      description: Salesforce Initiate Renewal
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-initiate.initiaterenewal
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.