Box · Capability

Box Skill Invocations API — Skill Invocations

Box Skill Invocations API — Skill Invocations. 1 operations. Lead operation: Update all Box Skill cards on file. Self-contained Naftiko capability covering one Box business surface.

Run with Naftiko BoxSkill Invocations

What You Can Do

PUT
Putskillinvocationsid — Update all Box Skill cards on file
/v1/skill-invocations/{skill-id}

MCP Tools

update-all-box-skill-cards

Update all Box Skill cards on file

idempotent

Capability Spec

skill-invocations-skill-invocations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Box Skill Invocations API — Skill Invocations
  description: 'Box Skill Invocations API — Skill Invocations. 1 operations. Lead operation: Update all Box Skill cards on
    file. Self-contained Naftiko capability covering one Box business surface.'
  tags:
  - Box
  - Skill Invocations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BOX_API_KEY: BOX_API_KEY
capability:
  consumes:
  - type: http
    namespace: skill-invocations-skill-invocations
    baseUri: ''
    description: Box Skill Invocations API — Skill Invocations business capability. Self-contained, no shared references.
    resources:
    - name: skill_invocations-skill_id
      path: /skill_invocations/{skill_id}
      operations:
      - name: putskillinvocationsid
        method: PUT
        description: Update all Box Skill cards on file
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: skill_id
          in: path
          type: string
          description: The ID of the skill to apply this metadata for.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: skill-invocations-skill-invocations-rest
    port: 8080
    description: REST adapter for Box Skill Invocations API — Skill Invocations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/skill-invocations/{skill-id}
      name: skill-invocations-skill-id
      description: REST surface for skill_invocations-skill_id.
      operations:
      - method: PUT
        name: putskillinvocationsid
        description: Update all Box Skill cards on file
        call: skill-invocations-skill-invocations.putskillinvocationsid
        with:
          skill_id: rest.skill_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: skill-invocations-skill-invocations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Box Skill Invocations API — Skill Invocations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: update-all-box-skill-cards
      description: Update all Box Skill cards on file
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: skill-invocations-skill-invocations.putskillinvocationsid
      with:
        skill_id: tools.skill_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.