TIBCO · Capability

TIBCO BusinessEvents API — Scorecards

TIBCO BusinessEvents API — Scorecards. 1 operations. Lead operation: List scorecards. Self-contained Naftiko capability covering one Tibco business surface.

Run with Naftiko TibcoScorecards

What You Can Do

GET
Listscorecards — List scorecards
/v1/scorecards

MCP Tools

list-scorecards

List scorecards

read-only idempotent

Capability Spec

businessevents-scorecards.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TIBCO BusinessEvents API — Scorecards
  description: 'TIBCO BusinessEvents API — Scorecards. 1 operations. Lead operation: List scorecards. Self-contained Naftiko
    capability covering one Tibco business surface.'
  tags:
  - Tibco
  - Scorecards
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TIBCO_API_KEY: TIBCO_API_KEY
capability:
  consumes:
  - type: http
    namespace: businessevents-scorecards
    baseUri: https://api.tibco.com/businessevents/v1
    description: TIBCO BusinessEvents API — Scorecards business capability. Self-contained, no shared references.
    resources:
    - name: scorecards
      path: /scorecards
      operations:
      - name: listscorecards
        method: GET
        description: List scorecards
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TIBCO_API_KEY}}'
  exposes:
  - type: rest
    namespace: businessevents-scorecards-rest
    port: 8080
    description: REST adapter for TIBCO BusinessEvents API — Scorecards. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/scorecards
      name: scorecards
      description: REST surface for scorecards.
      operations:
      - method: GET
        name: listscorecards
        description: List scorecards
        call: businessevents-scorecards.listscorecards
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: businessevents-scorecards-mcp
    port: 9090
    transport: http
    description: MCP adapter for TIBCO BusinessEvents API — Scorecards. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-scorecards
      description: List scorecards
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: businessevents-scorecards.listscorecards
      outputParameters:
      - type: object
        mapping: $.