TIBCO · Capability

TIBCO Cloud Integration API — Environments

TIBCO Cloud Integration API — Environments. 2 operations. Lead operation: List environments. Self-contained Naftiko capability covering one Tibco business surface.

Run with Naftiko TibcoEnvironments

What You Can Do

GET
Listenvironments — List environments
/v1/environments
GET
Getenvironment — Get an environment
/v1/environments/{environmentid}

MCP Tools

list-environments

List environments

read-only idempotent
get-environment

Get an environment

read-only idempotent

Capability Spec

cloud-integration-environments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TIBCO Cloud Integration API — Environments
  description: 'TIBCO Cloud Integration API — Environments. 2 operations. Lead operation: List environments. Self-contained
    Naftiko capability covering one Tibco business surface.'
  tags:
  - Tibco
  - Environments
  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-environments
    baseUri: https://integration.cloud.tibco.com/api/v1
    description: TIBCO Cloud Integration API — Environments business capability. Self-contained, no shared references.
    resources:
    - name: environments
      path: /environments
      operations:
      - name: listenvironments
        method: GET
        description: List environments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: environments-environmentId
      path: /environments/{environmentId}
      operations:
      - name: getenvironment
        method: GET
        description: Get an environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.TIBCO_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-integration-environments-rest
    port: 8080
    description: REST adapter for TIBCO Cloud Integration API — Environments. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/environments
      name: environments
      description: REST surface for environments.
      operations:
      - method: GET
        name: listenvironments
        description: List environments
        call: cloud-integration-environments.listenvironments
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/environments/{environmentid}
      name: environments-environmentid
      description: REST surface for environments-environmentId.
      operations:
      - method: GET
        name: getenvironment
        description: Get an environment
        call: cloud-integration-environments.getenvironment
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-integration-environments-mcp
    port: 9090
    transport: http
    description: MCP adapter for TIBCO Cloud Integration API — Environments. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-environments
      description: List environments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-integration-environments.listenvironments
      outputParameters:
      - type: object
        mapping: $.
    - name: get-environment
      description: Get an environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-integration-environments.getenvironment
      outputParameters:
      - type: object
        mapping: $.