Salesforce · Capability

Salesforce — Self

Salesforce — Self. 1 operations. Lead operation: Salesforce Sobject Self Service User Password. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceSelf

What You Can Do

GET
Sobjectselfserviceuserpassword — Salesforce Sobject Self Service User Password
/v1/data/v64-0/sobjects/selfserviceuser/{user-id}/password

MCP Tools

salesforce-sobject-self-service-user

Salesforce Sobject Self Service User Password

read-only idempotent

Capability Spec

salesforce-self.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Self
  description: 'Salesforce — Self. 1 operations. Lead operation: Salesforce Sobject Self Service User Password. Self-contained
    Naftiko capability covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Self
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-self
    baseUri: https://login.salesforce.com
    description: Salesforce — Self business capability. Self-contained, no shared references.
    resources:
    - name: data-v64.0-sobjects-SelfServiceUser-USER_ID-password
      path: /data/v64.0/sobjects/SelfServiceUser/{USER_ID}/password
      operations:
      - name: sobjectselfserviceuserpassword
        method: GET
        description: Salesforce Sobject Self Service User Password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: USER_ID
          in: path
          type: string
          required: true
        - name: Content-Type
          in: header
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-self-rest
    port: 8080
    description: REST adapter for Salesforce — Self. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/data/v64-0/sobjects/selfserviceuser/{user-id}/password
      name: data-v64-0-sobjects-selfserviceuser-user-id-password
      description: REST surface for data-v64.0-sobjects-SelfServiceUser-USER_ID-password.
      operations:
      - method: GET
        name: sobjectselfserviceuserpassword
        description: Salesforce Sobject Self Service User Password
        call: salesforce-self.sobjectselfserviceuserpassword
        with:
          USER_ID: rest.USER_ID
          Content-Type: rest.Content-Type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-self-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Self. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-sobject-self-service-user
      description: Salesforce Sobject Self Service User Password
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesforce-self.sobjectselfserviceuserpassword
      with:
        USER_ID: tools.USER_ID
        Content-Type: tools.Content-Type
      outputParameters:
      - type: object
        mapping: $.