naftiko: 1.0.0-alpha2 info: label: Salesloft — Team Templates description: 'Salesloft — Team Templates. 4 operations. Lead operation: Salesloft List Team Templates. Self-contained Naftiko capability covering one Salesloft business surface.' tags: - Salesloft - Team Templates created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SALESLOFT_API_KEY: SALESLOFT_API_KEY capability: consumes: - type: http namespace: salesloft-team-templates baseUri: http://{{salesloft_api_base_url}} description: Salesloft — Team Templates business capability. Self-contained, no shared references. resources: - name: team_templates path: /team_templates operations: - name: get method: GET description: Salesloft List Team Templates outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: ids in: query type: string - name: updated_at[gt] in: query type: string - name: updated_at[gte] in: query type: string - name: updated_at[lt] in: query type: string - name: updated_at[lte] in: query type: string - name: search in: query type: string - name: tag_ids in: query type: string - name: tag in: query type: string - name: include_archived_templates 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: post method: POST description: Salesloft Create Team Email Template outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: team_templates-id path: /team_templates/{id} operations: - name: get method: GET description: Salesloft Fetch a Team Template outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: include_signature in: query type: string - name: id in: path type: string required: true - name: put method: PUT description: Salesloft Update Team Email Template 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-team-templates-rest port: 8080 description: REST adapter for Salesloft — Team Templates. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/team-templates name: team-templates description: REST surface for team_templates. operations: - method: GET name: get description: Salesloft List Team Templates call: salesloft-team-templates.get with: ids: rest.ids updated_at[gt]: rest.updated_at[gt] updated_at[gte]: rest.updated_at[gte] updated_at[lt]: rest.updated_at[lt] updated_at[lte]: rest.updated_at[lte] search: rest.search tag_ids: rest.tag_ids tag: rest.tag include_archived_templates: rest.include_archived_templates 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: $. - method: POST name: post description: Salesloft Create Team Email Template call: salesloft-team-templates.post with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/team-templates/{id} name: team-templates-id description: REST surface for team_templates-id. operations: - method: GET name: get description: Salesloft Fetch a Team Template call: salesloft-team-templates.get with: include_signature: rest.include_signature id: rest.id outputParameters: - type: object mapping: $. - method: PUT name: put description: Salesloft Update Team Email Template call: salesloft-team-templates.put with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: salesloft-team-templates-mcp port: 9090 transport: http description: MCP adapter for Salesloft — Team Templates. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: salesloft-list-team-templates description: Salesloft List Team Templates hints: readOnly: true destructive: false idempotent: true call: salesloft-team-templates.get with: ids: tools.ids updated_at[gt]: tools.updated_at[gt] updated_at[gte]: tools.updated_at[gte] updated_at[lt]: tools.updated_at[lt] updated_at[lte]: tools.updated_at[lte] search: tools.search tag_ids: tools.tag_ids tag: tools.tag include_archived_templates: tools.include_archived_templates 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-create-team-email-template description: Salesloft Create Team Email Template hints: readOnly: false destructive: false idempotent: false call: salesloft-team-templates.post with: body: tools.body outputParameters: - type: object mapping: $. - name: salesloft-fetch-team-template description: Salesloft Fetch a Team Template hints: readOnly: true destructive: false idempotent: true call: salesloft-team-templates.get with: include_signature: tools.include_signature id: tools.id outputParameters: - type: object mapping: $. - name: salesloft-update-team-email-template description: Salesloft Update Team Email Template hints: readOnly: false destructive: false idempotent: true call: salesloft-team-templates.put with: id: tools.id body: tools.body outputParameters: - type: object mapping: $.