Apptio · Capability

Apptio Technology Business Management API — Reports

Apptio Technology Business Management API — Reports. 1 operations. Lead operation: Apptio - List Reports. Self-contained Naftiko capability covering one Apptio business surface.

Run with Naftiko ApptioReports

What You Can Do

GET
Listreports — Apptio - List Reports
/v1/reports

MCP Tools

apptio-list-reports

Apptio - List Reports

read-only idempotent

Capability Spec

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