Salesloft · Capability

Salesloft — Saved List Views

Salesloft — Saved List Views. 5 operations. Lead operation: Salesloft List Saved List Views. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftSaved List Views

What You Can Do

GET
Get — Salesloft List Saved List Views
/v1/saved-list-views
POST
Post — Salesloft Create a Saved List View
/v1/saved-list-views
PUT
Put — Salesloft Update a Saved List View
/v1/saved-list-views/{id}
GET
Get — Salesloft Fetch a Saved List View
/v1/saved-list-views/{id}
DELETE
Delete — Salesloft Delete a Saved List View
/v1/saved-list-views/{id}

MCP Tools

salesloft-list-saved-list-views

Salesloft List Saved List Views

read-only idempotent
salesloft-create-saved-list-view

Salesloft Create a Saved List View

read-only
salesloft-update-saved-list-view

Salesloft Update a Saved List View

idempotent
salesloft-fetch-saved-list-view

Salesloft Fetch a Saved List View

read-only idempotent
salesloft-delete-saved-list-view

Salesloft Delete a Saved List View

idempotent

Capability Spec

salesloft-saved-list-views.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Saved List Views
  description: 'Salesloft — Saved List Views. 5 operations. Lead operation: Salesloft List Saved List Views. Self-contained
    Naftiko capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Saved List Views
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-saved-list-views
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Saved List Views business capability. Self-contained, no shared references.
    resources:
    - name: saved_list_views
      path: /saved_list_views
      operations:
      - name: get
        method: GET
        description: Salesloft List Saved List Views
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: string
        - name: view
          in: query
          type: string
        - name: shared
          in: query
          type: string
        - name: include_shared
          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 a Saved List View
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: saved_list_views-id
      path: /saved_list_views/{id}
      operations:
      - name: put
        method: PUT
        description: Salesloft Update a Saved List View
        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
      - name: get
        method: GET
        description: Salesloft Fetch a Saved List View
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
      - name: delete
        method: DELETE
        description: Salesloft Delete a Saved List View
        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-saved-list-views-rest
    port: 8080
    description: REST adapter for Salesloft — Saved List Views. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/saved-list-views
      name: saved-list-views
      description: REST surface for saved_list_views.
      operations:
      - method: GET
        name: get
        description: Salesloft List Saved List Views
        call: salesloft-saved-list-views.get
        with:
          ids: rest.ids
          view: rest.view
          shared: rest.shared
          include_shared: rest.include_shared
          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 a Saved List View
        call: salesloft-saved-list-views.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/saved-list-views/{id}
      name: saved-list-views-id
      description: REST surface for saved_list_views-id.
      operations:
      - method: PUT
        name: put
        description: Salesloft Update a Saved List View
        call: salesloft-saved-list-views.put
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: get
        description: Salesloft Fetch a Saved List View
        call: salesloft-saved-list-views.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Salesloft Delete a Saved List View
        call: salesloft-saved-list-views.delete
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-saved-list-views-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Saved List Views. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: salesloft-list-saved-list-views
      description: Salesloft List Saved List Views
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-saved-list-views.get
      with:
        ids: tools.ids
        view: tools.view
        shared: tools.shared
        include_shared: tools.include_shared
        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-saved-list-view
      description: Salesloft Create a Saved List View
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: salesloft-saved-list-views.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: salesloft-update-saved-list-view
      description: Salesloft Update a Saved List View
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: salesloft-saved-list-views.put
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: salesloft-fetch-saved-list-view
      description: Salesloft Fetch a Saved List View
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-saved-list-views.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: salesloft-delete-saved-list-view
      description: Salesloft Delete a Saved List View
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: salesloft-saved-list-views.delete
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.