TIBCO · Capability

TIBCO Cloud Integration API — Flows

TIBCO Cloud Integration API — Flows. 1 operations. Lead operation: List flows in an app. Self-contained Naftiko capability covering one Tibco business surface.

Run with Naftiko TibcoFlows

What You Can Do

GET
Listflows — List flows in an app
/v1/apps/{appid}/flows

MCP Tools

list-flows-app

List flows in an app

read-only idempotent

Capability Spec

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