Box · Capability

Box Platform API — Shield Information Barrier Segments

Box Platform API — Shield Information Barrier Segments. 5 operations. Lead operation: Box List shield information barrier segments. Self-contained Naftiko capability covering one Box business surface.

Run with Naftiko BoxShield Information Barrier Segments

What You Can Do

GET
Getshieldinformationbarriersegments — Box List shield information barrier segments
/v1/shield-information-barrier-segments
POST
Postshieldinformationbarriersegments — Box Create shield information barrier segment
/v1/shield-information-barrier-segments
GET
Getshieldinformationbarriersegmentsid — Box Get shield information barrier segment with specified ID
/v1/shield-information-barrier-segments/{shield-information-barrier-segment-id}
DELETE
Deleteshieldinformationbarriersegmentsid — Box Delete shield information barrier segment
/v1/shield-information-barrier-segments/{shield-information-barrier-segment-id}
PUT
Putshieldinformationbarriersegmentsid — Box Update shield information barrier segment with specified ID
/v1/shield-information-barrier-segments/{shield-information-barrier-segment-id}

MCP Tools

box-list-shield-information-barrier

Box List shield information barrier segments

read-only idempotent
box-create-shield-information-barrier

Box Create shield information barrier segment

box-get-shield-information-barrier

Box Get shield information barrier segment with specified ID

read-only idempotent
box-delete-shield-information-barrier

Box Delete shield information barrier segment

idempotent
box-update-shield-information-barrier

Box Update shield information barrier segment with specified ID

idempotent

Capability Spec

box-shield-information-barrier-segments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Box Platform API — Shield Information Barrier Segments
  description: 'Box Platform API — Shield Information Barrier Segments. 5 operations. Lead operation: Box List shield information
    barrier segments. Self-contained Naftiko capability covering one Box business surface.'
  tags:
  - Box
  - Shield Information Barrier Segments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BOX_API_KEY: BOX_API_KEY
capability:
  consumes:
  - type: http
    namespace: box-shield-information-barrier-segments
    baseUri: https://api.box.com/2.0
    description: Box Platform API — Shield Information Barrier Segments business capability. Self-contained, no shared references.
    resources:
    - name: shield_information_barrier_segments
      path: /shield_information_barrier_segments
      operations:
      - name: getshieldinformationbarriersegments
        method: GET
        description: Box List shield information barrier segments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shield_information_barrier_id
          in: query
          type: string
          description: The ID of the shield information barrier.
          required: true
        - name: marker
          in: query
          type: string
          description: Defines the position marker at which to begin returning results. This is
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return per page.
      - name: postshieldinformationbarriersegments
        method: POST
        description: Box Create shield information barrier segment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: shield_information_barrier_segments-shield_information_barrier_segment_id
      path: /shield_information_barrier_segments/{shield_information_barrier_segment_id}
      operations:
      - name: getshieldinformationbarriersegmentsid
        method: GET
        description: Box Get shield information barrier segment with specified ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shield_information_barrier_segment_id
          in: path
          type: string
          description: The ID of the shield information barrier segment.
          required: true
      - name: deleteshieldinformationbarriersegmentsid
        method: DELETE
        description: Box Delete shield information barrier segment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shield_information_barrier_segment_id
          in: path
          type: string
          description: The ID of the shield information barrier segment.
          required: true
      - name: putshieldinformationbarriersegmentsid
        method: PUT
        description: Box Update shield information barrier segment with specified ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shield_information_barrier_segment_id
          in: path
          type: string
          description: The ID of the shield information barrier segment.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.BOX_API_KEY}}'
  exposes:
  - type: rest
    namespace: box-shield-information-barrier-segments-rest
    port: 8080
    description: REST adapter for Box Platform API — Shield Information Barrier Segments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/shield-information-barrier-segments
      name: shield-information-barrier-segments
      description: REST surface for shield_information_barrier_segments.
      operations:
      - method: GET
        name: getshieldinformationbarriersegments
        description: Box List shield information barrier segments
        call: box-shield-information-barrier-segments.getshieldinformationbarriersegments
        with:
          shield_information_barrier_id: rest.shield_information_barrier_id
          marker: rest.marker
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postshieldinformationbarriersegments
        description: Box Create shield information barrier segment
        call: box-shield-information-barrier-segments.postshieldinformationbarriersegments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/shield-information-barrier-segments/{shield-information-barrier-segment-id}
      name: shield-information-barrier-segments-shield-information-barrier-segment-id
      description: REST surface for shield_information_barrier_segments-shield_information_barrier_segment_id.
      operations:
      - method: GET
        name: getshieldinformationbarriersegmentsid
        description: Box Get shield information barrier segment with specified ID
        call: box-shield-information-barrier-segments.getshieldinformationbarriersegmentsid
        with:
          shield_information_barrier_segment_id: rest.shield_information_barrier_segment_id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteshieldinformationbarriersegmentsid
        description: Box Delete shield information barrier segment
        call: box-shield-information-barrier-segments.deleteshieldinformationbarriersegmentsid
        with:
          shield_information_barrier_segment_id: rest.shield_information_barrier_segment_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putshieldinformationbarriersegmentsid
        description: Box Update shield information barrier segment with specified ID
        call: box-shield-information-barrier-segments.putshieldinformationbarriersegmentsid
        with:
          shield_information_barrier_segment_id: rest.shield_information_barrier_segment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: box-shield-information-barrier-segments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Box Platform API — Shield Information Barrier Segments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: box-list-shield-information-barrier
      description: Box List shield information barrier segments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: box-shield-information-barrier-segments.getshieldinformationbarriersegments
      with:
        shield_information_barrier_id: tools.shield_information_barrier_id
        marker: tools.marker
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: box-create-shield-information-barrier
      description: Box Create shield information barrier segment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: box-shield-information-barrier-segments.postshieldinformationbarriersegments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: box-get-shield-information-barrier
      description: Box Get shield information barrier segment with specified ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: box-shield-information-barrier-segments.getshieldinformationbarriersegmentsid
      with:
        shield_information_barrier_segment_id: tools.shield_information_barrier_segment_id
      outputParameters:
      - type: object
        mapping: $.
    - name: box-delete-shield-information-barrier
      description: Box Delete shield information barrier segment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: box-shield-information-barrier-segments.deleteshieldinformationbarriersegmentsid
      with:
        shield_information_barrier_segment_id: tools.shield_information_barrier_segment_id
      outputParameters:
      - type: object
        mapping: $.
    - name: box-update-shield-information-barrier
      description: Box Update shield information barrier segment with specified ID
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: box-shield-information-barrier-segments.putshieldinformationbarriersegmentsid
      with:
        shield_information_barrier_segment_id: tools.shield_information_barrier_segment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.