naftiko: 1.0.0-alpha2 info: label: Salesloft — Phone Number Assignments description: 'Salesloft — Phone Number Assignments. 2 operations. Lead operation: Salesloft List Phone Number Assignments. Self-contained Naftiko capability covering one Salesloft business surface.' tags: - Salesloft - Phone Number Assignments created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SALESLOFT_API_KEY: SALESLOFT_API_KEY capability: consumes: - type: http namespace: salesloft-phone-number-assignments baseUri: http://{{salesloft_api_base_url}} description: Salesloft — Phone Number Assignments business capability. Self-contained, no shared references. resources: - name: phone_number_assignments path: /phone_number_assignments operations: - name: get method: GET description: Salesloft List Phone Number Assignments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: ids in: query type: string - name: sort_by in: query type: string - name: sort_direction in: query type: string - name: per_page in: query type: string - name: page in: query type: string - name: include_paging_counts in: query type: string - name: limit_paging_counts in: query type: string - name: phone_number_assignments-id path: /phone_number_assignments/{id} operations: - name: get method: GET description: Salesloft Fetch a Phone Number Assignments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true authentication: type: bearer token: '{{env.SALESLOFT_API_KEY}}' exposes: - type: rest namespace: salesloft-phone-number-assignments-rest port: 8080 description: REST adapter for Salesloft — Phone Number Assignments. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/phone-number-assignments name: phone-number-assignments description: REST surface for phone_number_assignments. operations: - method: GET name: get description: Salesloft List Phone Number Assignments call: salesloft-phone-number-assignments.get with: ids: rest.ids sort_by: rest.sort_by sort_direction: rest.sort_direction per_page: rest.per_page page: rest.page include_paging_counts: rest.include_paging_counts limit_paging_counts: rest.limit_paging_counts outputParameters: - type: object mapping: $. - path: /v1/phone-number-assignments/{id} name: phone-number-assignments-id description: REST surface for phone_number_assignments-id. operations: - method: GET name: get description: Salesloft Fetch a Phone Number Assignments call: salesloft-phone-number-assignments.get with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: salesloft-phone-number-assignments-mcp port: 9090 transport: http description: MCP adapter for Salesloft — Phone Number Assignments. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: salesloft-list-phone-number-assignments description: Salesloft List Phone Number Assignments hints: readOnly: true destructive: false idempotent: true call: salesloft-phone-number-assignments.get with: ids: tools.ids sort_by: tools.sort_by sort_direction: tools.sort_direction per_page: tools.per_page page: tools.page include_paging_counts: tools.include_paging_counts limit_paging_counts: tools.limit_paging_counts outputParameters: - type: object mapping: $. - name: salesloft-fetch-phone-number-assignments description: Salesloft Fetch a Phone Number Assignments hints: readOnly: true destructive: false idempotent: true call: salesloft-phone-number-assignments.get with: id: tools.id outputParameters: - type: object mapping: $.