Microsoft Power BI · Capability

Microsoft Power BI REST API — Capacities

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

Run with Naftiko Microsoft Power BiCapacities

What You Can Do

GET
Getcapacities — Get Capacities
/v1/capacities

MCP Tools

get-capacities

Get Capacities

read-only idempotent

Capability Spec

microsoft-power-bi-capacities.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Power BI REST API — Capacities
  description: 'Microsoft Power BI REST API — Capacities. 1 operations. Lead operation: Get Capacities. Self-contained Naftiko
    capability covering one Microsoft Power Bi business surface.'
  tags:
  - Microsoft Power Bi
  - Capacities
  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-capacities
    baseUri: https://api.powerbi.com/v1.0/myorg
    description: Microsoft Power BI REST API — Capacities business capability. Self-contained, no shared references.
    resources:
    - name: capacities
      path: /capacities
      operations:
      - name: getcapacities
        method: GET
        description: Get Capacities
        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-capacities-rest
    port: 8080
    description: REST adapter for Microsoft Power BI REST API — Capacities. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/capacities
      name: capacities
      description: REST surface for capacities.
      operations:
      - method: GET
        name: getcapacities
        description: Get Capacities
        call: microsoft-power-bi-capacities.getcapacities
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-power-bi-capacities-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Power BI REST API — Capacities. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-capacities
      description: Get Capacities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-power-bi-capacities.getcapacities
      outputParameters:
      - type: object
        mapping: $.