Microsoft Power BI · Capability

Microsoft Power BI REST API — Apps

Microsoft Power BI REST API — Apps. 1 operations. Lead operation: Get Apps. Self-contained Naftiko capability covering one Microsoft Power Bi business surface.

Run with Naftiko Microsoft Power BiApps

What You Can Do

GET
Getapps — Get Apps
/v1/apps

MCP Tools

get-apps

Get Apps

read-only idempotent

Capability Spec

microsoft-power-bi-apps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Power BI REST API — Apps
  description: 'Microsoft Power BI REST API — Apps. 1 operations. Lead operation: Get Apps. Self-contained Naftiko capability
    covering one Microsoft Power Bi business surface.'
  tags:
  - Microsoft Power Bi
  - Apps
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_POWER_BI_API_KEY: MICROSOFT_POWER_BI_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-power-bi-apps
    baseUri: https://api.powerbi.com/v1.0/myorg
    description: Microsoft Power BI REST API — Apps business capability. Self-contained, no shared references.
    resources:
    - name: apps
      path: /apps
      operations:
      - name: getapps
        method: GET
        description: Get Apps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_POWER_BI_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-power-bi-apps-rest
    port: 8080
    description: REST adapter for Microsoft Power BI REST API — Apps. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/apps
      name: apps
      description: REST surface for apps.
      operations:
      - method: GET
        name: getapps
        description: Get Apps
        call: microsoft-power-bi-apps.getapps
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-power-bi-apps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Power BI REST API — Apps. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-apps
      description: Get Apps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-power-bi-apps.getapps
      outputParameters:
      - type: object
        mapping: $.