Microsoft Azure · Capability

Microsoft Azure Azure IoT Central — Dashboards

Microsoft Azure Azure IoT Central — Dashboards. 5 operations. Lead operation: Microsoft Azure Get The List Of Dashboards In An Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDashboards

What You Can Do

GET
Microsoftazuredashboardslist — Microsoft Azure Get The List Of Dashboards In An Application
/v1/dashboards
GET
Microsoftazuredashboardsget — Microsoft Azure Get A Dashboard By Id
/v1/dashboards/{dashboardid}
PUT
Microsoftazuredashboardscreate — Microsoft Azure Create A Dashboard
/v1/dashboards/{dashboardid}
PATCH
Microsoftazuredashboardsupdate — Microsoft Azure Update A Dashboard
/v1/dashboards/{dashboardid}
DELETE
Microsoftazuredashboardsremove — Microsoft Azure Delete A Dashboard
/v1/dashboards/{dashboardid}

MCP Tools

microsoft-azure-get-list-dashboards

Microsoft Azure Get The List Of Dashboards In An Application

read-only idempotent
microsoft-azure-get-dashboard-id

Microsoft Azure Get A Dashboard By Id

read-only idempotent
microsoft-azure-create-dashboard

Microsoft Azure Create A Dashboard

idempotent
microsoft-azure-update-dashboard

Microsoft Azure Update A Dashboard

idempotent
microsoft-azure-delete-dashboard

Microsoft Azure Delete A Dashboard

idempotent

Capability Spec

azure-iot-central-dashboards.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure IoT Central — Dashboards
  description: 'Microsoft Azure Azure IoT Central — Dashboards. 5 operations. Lead operation: Microsoft Azure Get The List
    Of Dashboards In An Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Dashboards
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-iot-central-dashboards
    baseUri: ''
    description: Microsoft Azure Azure IoT Central — Dashboards business capability. Self-contained, no shared references.
    resources:
    - name: dashboards
      path: /dashboards
      operations:
      - name: microsoftazuredashboardslist
        method: GET
        description: Microsoft Azure Get The List Of Dashboards In An Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: dashboards-dashboardId
      path: /dashboards/{dashboardId}
      operations:
      - name: microsoftazuredashboardsget
        method: GET
        description: Microsoft Azure Get A Dashboard By Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuredashboardscreate
        method: PUT
        description: Microsoft Azure Create A Dashboard
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Dashboard definition.
          required: true
      - name: microsoftazuredashboardsupdate
        method: PATCH
        description: Microsoft Azure Update A Dashboard
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Dashboard definition.
          required: true
      - name: microsoftazuredashboardsremove
        method: DELETE
        description: Microsoft Azure Delete A Dashboard
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-iot-central-dashboards-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure IoT Central — Dashboards. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/dashboards
      name: dashboards
      description: REST surface for dashboards.
      operations:
      - method: GET
        name: microsoftazuredashboardslist
        description: Microsoft Azure Get The List Of Dashboards In An Application
        call: azure-iot-central-dashboards.microsoftazuredashboardslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/dashboards/{dashboardid}
      name: dashboards-dashboardid
      description: REST surface for dashboards-dashboardId.
      operations:
      - method: GET
        name: microsoftazuredashboardsget
        description: Microsoft Azure Get A Dashboard By Id
        call: azure-iot-central-dashboards.microsoftazuredashboardsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredashboardscreate
        description: Microsoft Azure Create A Dashboard
        call: azure-iot-central-dashboards.microsoftazuredashboardscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuredashboardsupdate
        description: Microsoft Azure Update A Dashboard
        call: azure-iot-central-dashboards.microsoftazuredashboardsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredashboardsremove
        description: Microsoft Azure Delete A Dashboard
        call: azure-iot-central-dashboards.microsoftazuredashboardsremove
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-iot-central-dashboards-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure IoT Central — Dashboards. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-dashboards
      description: Microsoft Azure Get The List Of Dashboards In An Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-dashboards.microsoftazuredashboardslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-dashboard-id
      description: Microsoft Azure Get A Dashboard By Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-dashboards.microsoftazuredashboardsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-dashboard
      description: Microsoft Azure Create A Dashboard
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-dashboards.microsoftazuredashboardscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-dashboard
      description: Microsoft Azure Update A Dashboard
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-dashboards.microsoftazuredashboardsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-dashboard
      description: Microsoft Azure Delete A Dashboard
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-iot-central-dashboards.microsoftazuredashboardsremove
      outputParameters:
      - type: object
        mapping: $.