Broadcom · Capability

Broadcom vSphere Automation API — Tagging

Broadcom vSphere Automation API — Tagging. 1 operations. Lead operation: Broadcom Attach tag to object. Self-contained Naftiko capability covering one Broadcom business surface.

Run with Naftiko BroadcomTagging

What You Can Do

POST
Attachtag — Broadcom Attach tag to object
/v1/vcenter/tag/association

MCP Tools

broadcom-attach-tag-object

Broadcom Attach tag to object

Capability Spec

vsphere-automation-tagging.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Broadcom vSphere Automation API — Tagging
  description: 'Broadcom vSphere Automation API — Tagging. 1 operations. Lead operation: Broadcom Attach tag to object. Self-contained
    Naftiko capability covering one Broadcom business surface.'
  tags:
  - Broadcom
  - Tagging
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BROADCOM_API_KEY: BROADCOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: vsphere-automation-tagging
    baseUri: https://{vcenter}/api
    description: Broadcom vSphere Automation API — Tagging business capability. Self-contained, no shared references.
    resources:
    - name: vcenter-tag-association
      path: /vcenter/tag/association
      operations:
      - name: attachtag
        method: POST
        description: Broadcom Attach tag to object
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: vmware-api-session-id
      value: '{{env.BROADCOM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: vsphere-automation-tagging-rest
    port: 8080
    description: REST adapter for Broadcom vSphere Automation API — Tagging. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/vcenter/tag/association
      name: vcenter-tag-association
      description: REST surface for vcenter-tag-association.
      operations:
      - method: POST
        name: attachtag
        description: Broadcom Attach tag to object
        call: vsphere-automation-tagging.attachtag
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vsphere-automation-tagging-mcp
    port: 9090
    transport: http
    description: MCP adapter for Broadcom vSphere Automation API — Tagging. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: broadcom-attach-tag-object
      description: Broadcom Attach tag to object
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: vsphere-automation-tagging.attachtag
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.