Salesloft · Capability

Salesloft — Me

Salesloft — Me. 1 operations. Lead operation: Salesloft Get Current User. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftMe

What You Can Do

GET
Get — Salesloft Get Current User
/v1/me

MCP Tools

salesloft-get-current-user

Salesloft Get Current User

read-only idempotent

Capability Spec

salesloft-me.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Me
  description: 'Salesloft — Me. 1 operations. Lead operation: Salesloft Get Current User. Self-contained Naftiko capability
    covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Me
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-me
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Me business capability. Self-contained, no shared references.
    resources:
    - name: me
      path: /me
      operations:
      - name: get
        method: GET
        description: Salesloft Get Current User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SALESLOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesloft-me-rest
    port: 8080
    description: REST adapter for Salesloft — Me. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/me
      name: me
      description: REST surface for me.
      operations:
      - method: GET
        name: get
        description: Salesloft Get Current User
        call: salesloft-me.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-me-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Me. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesloft-get-current-user
      description: Salesloft Get Current User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-me.get
      outputParameters:
      - type: object
        mapping: $.