Synopsys · Capability

Synopsys Cloud OpenLink API — Entitlements

Synopsys Cloud OpenLink API — Entitlements. 1 operations. Lead operation: Get Vendor Entitlements. Self-contained Naftiko capability covering one Synopsys business surface.

Run with Naftiko SynopsysEntitlements

What You Can Do

POST
Getentitlements — Get Vendor Entitlements
/v1/entitlements

MCP Tools

get-vendor-entitlements

Get Vendor Entitlements

read-only

Capability Spec

cloud-openlink-entitlements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Synopsys Cloud OpenLink API — Entitlements
  description: 'Synopsys Cloud OpenLink API — Entitlements. 1 operations. Lead operation: Get Vendor Entitlements. Self-contained
    Naftiko capability covering one Synopsys business surface.'
  tags:
  - Synopsys
  - Entitlements
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYNOPSYS_API_KEY: SYNOPSYS_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-openlink-entitlements
    baseUri: https://api.synopsys.com/openlink/v1
    description: Synopsys Cloud OpenLink API — Entitlements business capability. Self-contained, no shared references.
    resources:
    - name: entitlements
      path: /entitlements
      operations:
      - name: getentitlements
        method: POST
        description: Get Vendor Entitlements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SYNOPSYS_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-openlink-entitlements-rest
    port: 8080
    description: REST adapter for Synopsys Cloud OpenLink API — Entitlements. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/entitlements
      name: entitlements
      description: REST surface for entitlements.
      operations:
      - method: POST
        name: getentitlements
        description: Get Vendor Entitlements
        call: cloud-openlink-entitlements.getentitlements
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-openlink-entitlements-mcp
    port: 9090
    transport: http
    description: MCP adapter for Synopsys Cloud OpenLink API — Entitlements. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-vendor-entitlements
      description: Get Vendor Entitlements
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloud-openlink-entitlements.getentitlements
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.