Microsoft Azure · Capability

Microsoft Azure Microsoft.ResourceHealth — Metadata

Microsoft Azure Microsoft.ResourceHealth — Metadata. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Resourcehealth Metadata. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMetadata

What You Can Do

GET
Microsoftazuremetadatalist — Microsoft Azure Get Providers Microsoft Resourcehealth Metadata
/v1/providers/microsoft-resourcehealth/metadata
GET
Microsoftazuremetadatagetentity — Microsoft Azure Get Providers Microsoft Resourcehealth Metadata Name
/v1/providers/microsoft-resourcehealth/metadata/{name}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Resourcehealth Metadata

read-only idempotent
microsoft-azure-get-providers-microsoft-2

Microsoft Azure Get Providers Microsoft Resourcehealth Metadata Name

read-only idempotent

Capability Spec

microsoftresourcehealth-metadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.ResourceHealth — Metadata
  description: 'Microsoft Azure Microsoft.ResourceHealth — Metadata. 2 operations. Lead operation: Microsoft Azure Get Providers
    Microsoft Resourcehealth Metadata. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Metadata
  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: microsoftresourcehealth-metadata
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.ResourceHealth — Metadata business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.ResourceHealth-metadata
      path: /providers/Microsoft.ResourceHealth/metadata
      operations:
      - name: microsoftazuremetadatalist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Resourcehealth Metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.ResourceHealth-metadata-name
      path: /providers/Microsoft.ResourceHealth/metadata/{name}
      operations:
      - name: microsoftazuremetadatagetentity
        method: GET
        description: Microsoft Azure Get Providers Microsoft Resourcehealth Metadata Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of metadata entity.
          required: true
  exposes:
  - type: rest
    namespace: microsoftresourcehealth-metadata-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.ResourceHealth — Metadata. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-resourcehealth/metadata
      name: providers-microsoft-resourcehealth-metadata
      description: REST surface for providers-Microsoft.ResourceHealth-metadata.
      operations:
      - method: GET
        name: microsoftazuremetadatalist
        description: Microsoft Azure Get Providers Microsoft Resourcehealth Metadata
        call: microsoftresourcehealth-metadata.microsoftazuremetadatalist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-resourcehealth/metadata/{name}
      name: providers-microsoft-resourcehealth-metadata-name
      description: REST surface for providers-Microsoft.ResourceHealth-metadata-name.
      operations:
      - method: GET
        name: microsoftazuremetadatagetentity
        description: Microsoft Azure Get Providers Microsoft Resourcehealth Metadata Name
        call: microsoftresourcehealth-metadata.microsoftazuremetadatagetentity
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftresourcehealth-metadata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.ResourceHealth — Metadata. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Resourcehealth Metadata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftresourcehealth-metadata.microsoftazuremetadatalist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Resourcehealth Metadata Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftresourcehealth-metadata.microsoftazuremetadatagetentity
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.