Microsoft Azure · Capability

Microsoft Azure MonitoringClient — Monitoring

Microsoft Azure MonitoringClient — Monitoring. 2 operations. Lead operation: Microsoft Azure Get Monitoring Workloadtypes Spark Applications. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMonitoring

What You Can Do

GET
Microsoftazuremonitoringgetsparkjoblist — Microsoft Azure Get Monitoring Workloadtypes Spark Applications
/v1/monitoring/workloadtypes/spark/applications
GET
Microsoftazuremonitoringgetsqljobquerystring — Microsoft Azure Get Monitoring Workloadtypes Sql Querystring
/v1/monitoring/workloadtypes/sql/querystring

MCP Tools

microsoft-azure-get-monitoring-workloadtypes

Microsoft Azure Get Monitoring Workloadtypes Spark Applications

read-only idempotent
microsoft-azure-get-monitoring-workloadtypes-2

Microsoft Azure Get Monitoring Workloadtypes Sql Querystring

read-only idempotent

Capability Spec

monitoringclient-monitoring.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MonitoringClient — Monitoring
  description: 'Microsoft Azure MonitoringClient — Monitoring. 2 operations. Lead operation: Microsoft Azure Get Monitoring
    Workloadtypes Spark Applications. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Monitoring
  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: monitoringclient-monitoring
    baseUri: ''
    description: Microsoft Azure MonitoringClient — Monitoring business capability. Self-contained, no shared references.
    resources:
    - name: monitoring-workloadTypes-spark-Applications
      path: /monitoring/workloadTypes/spark/Applications
      operations:
      - name: microsoftazuremonitoringgetsparkjoblist
        method: GET
        description: Microsoft Azure Get Monitoring Workloadtypes Spark Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-ms-client-request-id
          in: header
          type: string
          description: Can provide a guid, which is helpful for debugging and to provide better customer support
        - name: api-version
          in: query
          type: string
          required: true
    - name: monitoring-workloadTypes-sql-querystring
      path: /monitoring/workloadTypes/sql/querystring
      operations:
      - name: microsoftazuremonitoringgetsqljobquerystring
        method: GET
        description: Microsoft Azure Get Monitoring Workloadtypes Sql Querystring
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-ms-client-request-id
          in: header
          type: string
          description: Can provide a guid, which is helpful for debugging and to provide better customer support
        - name: api-version
          in: query
          type: string
          required: true
        - name: filter
          in: query
          type: string
        - name: $orderby
          in: query
          type: string
        - name: skip
          in: query
          type: string
  exposes:
  - type: rest
    namespace: monitoringclient-monitoring-rest
    port: 8080
    description: REST adapter for Microsoft Azure MonitoringClient — Monitoring. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/monitoring/workloadtypes/spark/applications
      name: monitoring-workloadtypes-spark-applications
      description: REST surface for monitoring-workloadTypes-spark-Applications.
      operations:
      - method: GET
        name: microsoftazuremonitoringgetsparkjoblist
        description: Microsoft Azure Get Monitoring Workloadtypes Spark Applications
        call: monitoringclient-monitoring.microsoftazuremonitoringgetsparkjoblist
        with:
          x-ms-client-request-id: rest.x-ms-client-request-id
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/monitoring/workloadtypes/sql/querystring
      name: monitoring-workloadtypes-sql-querystring
      description: REST surface for monitoring-workloadTypes-sql-querystring.
      operations:
      - method: GET
        name: microsoftazuremonitoringgetsqljobquerystring
        description: Microsoft Azure Get Monitoring Workloadtypes Sql Querystring
        call: monitoringclient-monitoring.microsoftazuremonitoringgetsqljobquerystring
        with:
          x-ms-client-request-id: rest.x-ms-client-request-id
          api-version: rest.api-version
          filter: rest.filter
          $orderby: rest.$orderby
          skip: rest.skip
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoringclient-monitoring-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MonitoringClient — Monitoring. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-monitoring-workloadtypes
      description: Microsoft Azure Get Monitoring Workloadtypes Spark Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoringclient-monitoring.microsoftazuremonitoringgetsparkjoblist
      with:
        x-ms-client-request-id: tools.x-ms-client-request-id
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-monitoring-workloadtypes-2
      description: Microsoft Azure Get Monitoring Workloadtypes Sql Querystring
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoringclient-monitoring.microsoftazuremonitoringgetsqljobquerystring
      with:
        x-ms-client-request-id: tools.x-ms-client-request-id
        api-version: tools.api-version
        filter: tools.filter
        $orderby: tools.$orderby
        skip: tools.skip
      outputParameters:
      - type: object
        mapping: $.