Salesforce · Capability

Salesforce — Download

Salesforce — Download. 1 operations. Lead operation: Salesforce Download File. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceDownload

What You Can Do

GET
Downloadfile — Salesforce Download File
/v1/data/v54-0/sobjects/contentversion/0681k0000020wlfaay/versiondata

MCP Tools

salesforce-download-file

Salesforce Download File

read-only idempotent

Capability Spec

salesforce-download.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Download
  description: 'Salesforce — Download. 1 operations. Lead operation: Salesforce Download File. Self-contained Naftiko capability
    covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Download
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-download
    baseUri: https://login.salesforce.com
    description: Salesforce — Download business capability. Self-contained, no shared references.
    resources:
    - name: data-v54.0-sobjects-ContentVersion-0681k0000020wLFAAY-VersionData
      path: /data/v54.0/sobjects/ContentVersion/0681k0000020wLFAAY/VersionData
      operations:
      - name: downloadfile
        method: GET
        description: Salesforce Download File
        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-download-rest
    port: 8080
    description: REST adapter for Salesforce — Download. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/data/v54-0/sobjects/contentversion/0681k0000020wlfaay/versiondata
      name: data-v54-0-sobjects-contentversion-0681k0000020wlfaay-versiondata
      description: REST surface for data-v54.0-sobjects-ContentVersion-0681k0000020wLFAAY-VersionData.
      operations:
      - method: GET
        name: downloadfile
        description: Salesforce Download File
        call: salesforce-download.downloadfile
        with:
          Content-Type: rest.Content-Type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-download-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Download. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-download-file
      description: Salesforce Download File
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesforce-download.downloadfile
      with:
        Content-Type: tools.Content-Type
      outputParameters:
      - type: object
        mapping: $.