Salesforce · Capability

Salesforce — Soap

Salesforce — Soap. 3 operations. Lead operation: Salesforce Soap Describemetadata. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceSoap

What You Can Do

POST
Soapdescribemetadata — Salesforce Soap Describemetadata
/v1/soap/m/64-0
POST
Publishmultipleeventswithsoapcall — Salesforce Publish Multiple Events With Soap Call
/v1/soap/u/64-0
POST
Soapundelete — Salesforce Soap Undelete
/v1/services/soap/c/64-0

MCP Tools

salesforce-soap-describemetadata

Salesforce Soap Describemetadata

salesforce-publish-multiple-events-soap

Salesforce Publish Multiple Events With Soap Call

salesforce-soap-undelete

Salesforce Soap Undelete

Capability Spec

salesforce-soap.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Soap
  description: 'Salesforce — Soap. 3 operations. Lead operation: Salesforce Soap Describemetadata. Self-contained Naftiko
    capability covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Soap
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-soap
    baseUri: https://login.salesforce.com
    description: Salesforce — Soap business capability. Self-contained, no shared references.
    resources:
    - name: Soap-m-64.0
      path: /Soap/m/64.0
      operations:
      - name: soapdescribemetadata
        method: POST
        description: Salesforce Soap Describemetadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
          required: true
        - name: charset
          in: header
          type: string
          required: true
        - name: SOAPAction
          in: header
          type: string
          required: true
        - name: Accept
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: Soap-u-64.0
      path: /Soap/u/64.0
      operations:
      - name: publishmultipleeventswithsoapcall
        method: POST
        description: Salesforce Publish Multiple Events With Soap Call
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
          required: true
        - name: charset
          in: header
          type: string
          required: true
        - name: SOAPAction
          in: header
          type: string
          required: true
        - name: Accept
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: services-Soap-c-64.0
      path: /services/Soap/c/64.0
      operations:
      - name: soapundelete
        method: POST
        description: Salesforce Soap Undelete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
          required: true
        - name: Accept
          in: header
          type: string
          required: true
        - name: SOAPAction
          in: header
          type: string
          required: true
        - 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-soap-rest
    port: 8080
    description: REST adapter for Salesforce — Soap. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/soap/m/64-0
      name: soap-m-64-0
      description: REST surface for Soap-m-64.0.
      operations:
      - method: POST
        name: soapdescribemetadata
        description: Salesforce Soap Describemetadata
        call: salesforce-soap.soapdescribemetadata
        with:
          Content-Type: rest.Content-Type
          charset: rest.charset
          SOAPAction: rest.SOAPAction
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/soap/u/64-0
      name: soap-u-64-0
      description: REST surface for Soap-u-64.0.
      operations:
      - method: POST
        name: publishmultipleeventswithsoapcall
        description: Salesforce Publish Multiple Events With Soap Call
        call: salesforce-soap.publishmultipleeventswithsoapcall
        with:
          Content-Type: rest.Content-Type
          charset: rest.charset
          SOAPAction: rest.SOAPAction
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/services/soap/c/64-0
      name: services-soap-c-64-0
      description: REST surface for services-Soap-c-64.0.
      operations:
      - method: POST
        name: soapundelete
        description: Salesforce Soap Undelete
        call: salesforce-soap.soapundelete
        with:
          Content-Type: rest.Content-Type
          Accept: rest.Accept
          SOAPAction: rest.SOAPAction
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-soap-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Soap. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-soap-describemetadata
      description: Salesforce Soap Describemetadata
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-soap.soapdescribemetadata
      with:
        Content-Type: tools.Content-Type
        charset: tools.charset
        SOAPAction: tools.SOAPAction
        Accept: tools.Accept
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-publish-multiple-events-soap
      description: Salesforce Publish Multiple Events With Soap Call
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-soap.publishmultipleeventswithsoapcall
      with:
        Content-Type: tools.Content-Type
        charset: tools.charset
        SOAPAction: tools.SOAPAction
        Accept: tools.Accept
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: salesforce-soap-undelete
      description: Salesforce Soap Undelete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-soap.soapundelete
      with:
        Content-Type: tools.Content-Type
        Accept: tools.Accept
        SOAPAction: tools.SOAPAction
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.