Salesforce · Capability

Salesforce — Standard

Salesforce — Standard. 1 operations. Lead operation: Salesforce Standard Invocable Actions. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceStandard

What You Can Do

GET
Standardinvocableactions — Salesforce Standard Invocable Actions
/v1/data/v64-0/actions/standard

MCP Tools

salesforce-standard-invocable-actions

Salesforce Standard Invocable Actions

read-only idempotent

Capability Spec

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