Microsoft Azure · Capability

Microsoft Azure Metrics Advisor — Feedback

Microsoft Azure Metrics Advisor — Feedback. 3 operations. Lead operation: Microsoft Azure Create A New Metric Feedback. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureFeedback

What You Can Do

POST
Microsoftazurecreatemetricfeedback — Microsoft Azure Create A New Metric Feedback
/v1/feedback/metric
POST
Microsoftazurelistmetricfeedbacks — Microsoft Azure List Feedback On The Given Metric
/v1/feedback/metric/query
GET
Microsoftazuregetmetricfeedback — Microsoft Azure Get A Metric Feedback By Its Id
/v1/feedback/metric/{feedbackid}

MCP Tools

microsoft-azure-create-new-metric

Microsoft Azure Create A New Metric Feedback

microsoft-azure-list-feedback-given

Microsoft Azure List Feedback On The Given Metric

read-only
microsoft-azure-get-metric-feedback

Microsoft Azure Get A Metric Feedback By Its Id

read-only idempotent

Capability Spec

metrics-advisor-feedback.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Metrics Advisor — Feedback
  description: 'Microsoft Azure Metrics Advisor — Feedback. 3 operations. Lead operation: Microsoft Azure Create A New Metric
    Feedback. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Feedback
  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: metrics-advisor-feedback
    baseUri: ''
    description: Microsoft Azure Metrics Advisor — Feedback business capability. Self-contained, no shared references.
    resources:
    - name: feedback-metric
      path: /feedback/metric
      operations:
      - name: microsoftazurecreatemetricfeedback
        method: POST
        description: Microsoft Azure Create A New Metric Feedback
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: metric feedback
          required: true
    - name: feedback-metric-query
      path: /feedback/metric/query
      operations:
      - name: microsoftazurelistmetricfeedbacks
        method: POST
        description: Microsoft Azure List Feedback On The Given Metric
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skip
          in: query
          type: integer
          description: for paging, skipped number
        - name: $maxpagesize
          in: query
          type: integer
          description: the maximum number of items in one page
        - name: body
          in: body
          type: string
          description: metric feedback filter
          required: true
    - name: feedback-metric-feedbackId
      path: /feedback/metric/{feedbackId}
      operations:
      - name: microsoftazuregetmetricfeedback
        method: GET
        description: Microsoft Azure Get A Metric Feedback By Its Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: feedbackId
          in: path
          type: string
          description: the unique feedback ID
          required: true
  exposes:
  - type: rest
    namespace: metrics-advisor-feedback-rest
    port: 8080
    description: REST adapter for Microsoft Azure Metrics Advisor — Feedback. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/feedback/metric
      name: feedback-metric
      description: REST surface for feedback-metric.
      operations:
      - method: POST
        name: microsoftazurecreatemetricfeedback
        description: Microsoft Azure Create A New Metric Feedback
        call: metrics-advisor-feedback.microsoftazurecreatemetricfeedback
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/feedback/metric/query
      name: feedback-metric-query
      description: REST surface for feedback-metric-query.
      operations:
      - method: POST
        name: microsoftazurelistmetricfeedbacks
        description: Microsoft Azure List Feedback On The Given Metric
        call: metrics-advisor-feedback.microsoftazurelistmetricfeedbacks
        with:
          $skip: rest.$skip
          $maxpagesize: rest.$maxpagesize
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/feedback/metric/{feedbackid}
      name: feedback-metric-feedbackid
      description: REST surface for feedback-metric-feedbackId.
      operations:
      - method: GET
        name: microsoftazuregetmetricfeedback
        description: Microsoft Azure Get A Metric Feedback By Its Id
        call: metrics-advisor-feedback.microsoftazuregetmetricfeedback
        with:
          feedbackId: rest.feedbackId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: metrics-advisor-feedback-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Metrics Advisor — Feedback. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-new-metric
      description: Microsoft Azure Create A New Metric Feedback
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: metrics-advisor-feedback.microsoftazurecreatemetricfeedback
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-feedback-given
      description: Microsoft Azure List Feedback On The Given Metric
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: metrics-advisor-feedback.microsoftazurelistmetricfeedbacks
      with:
        $skip: tools.$skip
        $maxpagesize: tools.$maxpagesize
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-metric-feedback
      description: Microsoft Azure Get A Metric Feedback By Its Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: metrics-advisor-feedback.microsoftazuregetmetricfeedback
      with:
        feedbackId: tools.feedbackId
      outputParameters:
      - type: object
        mapping: $.