Salesforce · Capability

Salesforce — Async

Salesforce — Async. 1 operations. Lead operation: Salesforce Tooling Run Tests Async. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceAsync

What You Can Do

POST
Toolingruntestsasync — Salesforce Tooling Run Tests Async
/v1/data/v64-0/tooling/runtestsasynchronous

MCP Tools

salesforce-tooling-run-tests-async

Salesforce Tooling Run Tests Async

Capability Spec

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