Microsoft Azure · Capability

Microsoft Azure Automanage — BestPractices

Microsoft Azure Automanage — BestPractices. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Automanage Bestpractices. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBestPractices

What You Can Do

GET
Microsoftazurebestpracticeslistbytenant — Microsoft Azure Get Providers Microsoft Automanage Bestpractices
/v1/providers/microsoft-automanage/bestpractices
GET
Microsoftazurebestpracticesget — Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename
/v1/providers/microsoft-automanage/bestpractices/{bestpracticename}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Automanage Bestpractices

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

Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename

read-only idempotent

Capability Spec

automanage-bestpractices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Automanage — BestPractices
  description: 'Microsoft Azure Automanage — BestPractices. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft
    Automanage Bestpractices. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - BestPractices
  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: automanage-bestpractices
    baseUri: https://management.azure.com
    description: Microsoft Azure Automanage — BestPractices business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Automanage-bestPractices
      path: /providers/Microsoft.Automanage/bestPractices
      operations:
      - name: microsoftazurebestpracticeslistbytenant
        method: GET
        description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Automanage-bestPractices-bestPracticeName
      path: /providers/Microsoft.Automanage/bestPractices/{bestPracticeName}
      operations:
      - name: microsoftazurebestpracticesget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: bestPracticeName
          in: path
          type: string
          description: The Automanage best practice name.
          required: true
  exposes:
  - type: rest
    namespace: automanage-bestpractices-rest
    port: 8080
    description: REST adapter for Microsoft Azure Automanage — BestPractices. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-automanage/bestpractices
      name: providers-microsoft-automanage-bestpractices
      description: REST surface for providers-Microsoft.Automanage-bestPractices.
      operations:
      - method: GET
        name: microsoftazurebestpracticeslistbytenant
        description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices
        call: automanage-bestpractices.microsoftazurebestpracticeslistbytenant
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-automanage/bestpractices/{bestpracticename}
      name: providers-microsoft-automanage-bestpractices-bestpracticename
      description: REST surface for providers-Microsoft.Automanage-bestPractices-bestPracticeName.
      operations:
      - method: GET
        name: microsoftazurebestpracticesget
        description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename
        call: automanage-bestpractices.microsoftazurebestpracticesget
        with:
          bestPracticeName: rest.bestPracticeName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: automanage-bestpractices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Automanage — BestPractices. 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 Automanage Bestpractices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: automanage-bestpractices.microsoftazurebestpracticeslistbytenant
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Automanage Bestpractices Bestpracticename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: automanage-bestpractices.microsoftazurebestpracticesget
      with:
        bestPracticeName: tools.bestPracticeName
      outputParameters:
      - type: object
        mapping: $.