Salesloft · Capability

Salesloft — Team Template Attachments

Salesloft — Team Template Attachments. 1 operations. Lead operation: Salesloft List Team Template Attachments. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftTeam Template Attachments

What You Can Do

GET
Get — Salesloft List Team Template Attachments
/v1/team-template-attachments

MCP Tools

salesloft-list-team-template-attachments

Salesloft List Team Template Attachments

read-only idempotent

Capability Spec

salesloft-team-template-attachments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Team Template Attachments
  description: 'Salesloft — Team Template Attachments. 1 operations. Lead operation: Salesloft List Team Template Attachments.
    Self-contained Naftiko capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Team Template Attachments
  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-template-attachments
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Team Template Attachments business capability. Self-contained, no shared references.
    resources:
    - name: team_template_attachments
      path: /team_template_attachments
      operations:
      - name: get
        method: GET
        description: Salesloft List Team Template Attachments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: string
        - name: team_template_id
          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
    authentication:
      type: bearer
      token: '{{env.SALESLOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesloft-team-template-attachments-rest
    port: 8080
    description: REST adapter for Salesloft — Team Template Attachments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/team-template-attachments
      name: team-template-attachments
      description: REST surface for team_template_attachments.
      operations:
      - method: GET
        name: get
        description: Salesloft List Team Template Attachments
        call: salesloft-team-template-attachments.get
        with:
          ids: rest.ids
          team_template_id: rest.team_template_id
          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: $.
  - type: mcp
    namespace: salesloft-team-template-attachments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Team Template Attachments. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: salesloft-list-team-template-attachments
      description: Salesloft List Team Template Attachments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-team-template-attachments.get
      with:
        ids: tools.ids
        team_template_id: tools.team_template_id
        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: $.