Commvault · Capability

Commvault Command Center API — Laptops

Commvault Command Center API — Laptops. 1 operations. Lead operation: Commvault List laptop clients. Self-contained Naftiko capability covering one Commvault business surface.

Run with Naftiko CommvaultLaptops

What You Can Do

GET
Listlaptops — Commvault List laptop clients
/v1/laptop

MCP Tools

commvault-list-laptop-clients

Commvault List laptop clients

read-only idempotent

Capability Spec

command-center-laptops.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Commvault Command Center API — Laptops
  description: 'Commvault Command Center API — Laptops. 1 operations. Lead operation: Commvault List laptop clients. Self-contained
    Naftiko capability covering one Commvault business surface.'
  tags:
  - Commvault
  - Laptops
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COMMVAULT_API_KEY: COMMVAULT_API_KEY
capability:
  consumes:
  - type: http
    namespace: command-center-laptops
    baseUri: https://{commandcenter}/commandcenter/api
    description: Commvault Command Center API — Laptops business capability. Self-contained, no shared references.
    resources:
    - name: Laptop
      path: /Laptop
      operations:
      - name: listlaptops
        method: GET
        description: Commvault List laptop clients
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authtoken
      value: '{{env.COMMVAULT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: command-center-laptops-rest
    port: 8080
    description: REST adapter for Commvault Command Center API — Laptops. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/laptop
      name: laptop
      description: REST surface for Laptop.
      operations:
      - method: GET
        name: listlaptops
        description: Commvault List laptop clients
        call: command-center-laptops.listlaptops
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: command-center-laptops-mcp
    port: 9090
    transport: http
    description: MCP adapter for Commvault Command Center API — Laptops. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: commvault-list-laptop-clients
      description: Commvault List laptop clients
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: command-center-laptops.listlaptops
      outputParameters:
      - type: object
        mapping: $.