naftiko: 1.0.0-alpha2 info: label: Salesloft — People description: 'Salesloft — People. 5 operations. Lead operation: Salesloft Create a Person. Self-contained Naftiko capability covering one Salesloft business surface.' tags: - Salesloft - People created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SALESLOFT_API_KEY: SALESLOFT_API_KEY capability: consumes: - type: http namespace: salesloft-people baseUri: http://{{salesloft_api_base_url}} description: Salesloft — People business capability. Self-contained, no shared references. resources: - name: people path: /people operations: - name: post method: POST description: Salesloft Create a Person outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: get method: GET description: Salesloft List People outputRawFormat: json outputParameters: - name: result type: object value: $. - name: people-199954973 path: /people/199954973 operations: - name: get method: GET description: Salesloft Delete a Person outputRawFormat: json outputParameters: - name: result type: object value: $. - name: people-id path: /people/{id} operations: - name: get method: GET description: Salesloft Fetch a Person outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: put method: PUT description: Salesloft Update a Person outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.SALESLOFT_API_KEY}}' exposes: - type: rest namespace: salesloft-people-rest port: 8080 description: REST adapter for Salesloft — People. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/people name: people description: REST surface for people. operations: - method: POST name: post description: Salesloft Create a Person call: salesloft-people.post with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: get description: Salesloft List People call: salesloft-people.get outputParameters: - type: object mapping: $. - path: /v1/people/199954973 name: people-199954973 description: REST surface for people-199954973. operations: - method: GET name: get description: Salesloft Delete a Person call: salesloft-people.get outputParameters: - type: object mapping: $. - path: /v1/people/{id} name: people-id description: REST surface for people-id. operations: - method: GET name: get description: Salesloft Fetch a Person call: salesloft-people.get with: id: rest.id outputParameters: - type: object mapping: $. - method: PUT name: put description: Salesloft Update a Person call: salesloft-people.put with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: salesloft-people-mcp port: 9090 transport: http description: MCP adapter for Salesloft — People. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: salesloft-create-person description: Salesloft Create a Person hints: readOnly: false destructive: false idempotent: false call: salesloft-people.post with: body: tools.body outputParameters: - type: object mapping: $. - name: salesloft-list-people description: Salesloft List People hints: readOnly: true destructive: false idempotent: true call: salesloft-people.get outputParameters: - type: object mapping: $. - name: salesloft-delete-person description: Salesloft Delete a Person hints: readOnly: true destructive: false idempotent: true call: salesloft-people.get outputParameters: - type: object mapping: $. - name: salesloft-fetch-person description: Salesloft Fetch a Person hints: readOnly: true destructive: false idempotent: true call: salesloft-people.get with: id: tools.id outputParameters: - type: object mapping: $. - name: salesloft-update-person description: Salesloft Update a Person hints: readOnly: false destructive: false idempotent: true call: salesloft-people.put with: id: tools.id body: tools.body outputParameters: - type: object mapping: $.