TIBCO · Capability

TIBCO Mashery API Management — Applications

TIBCO Mashery API Management — Applications. 2 operations. Lead operation: List applications. Self-contained Naftiko capability covering one Tibco business surface.

Run with Naftiko TibcoApplications

What You Can Do

GET
Listapplications — List applications
/v1/applications
GET
Getapplication — Get an application
/v1/applications/{applicationid}

MCP Tools

list-applications

List applications

read-only idempotent
get-application

Get an application

read-only idempotent

Capability Spec

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