Microsoft Azure · Capability

Microsoft Azure MaintenanceManagementClient — Updates

Microsoft Azure MaintenanceManagementClient — Updates. 2 operations. Lead operation: Microsoft Azure Get Updates To Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureUpdates

What You Can Do

GET
Microsoftazureupdateslistparent — Microsoft Azure Get Updates To Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourceparenttype}/{resourceparentname}/{resourcetype}/{resourcename}/providers/microsoft-maintenance/updates
GET
Microsoftazureupdateslist — Microsoft Azure Get Updates To Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcetype}/{resourcename}/providers/microsoft-maintenance/updates

MCP Tools

microsoft-azure-get-updates-resource

Microsoft Azure Get Updates To Resource

read-only idempotent
microsoft-azure-get-updates-resource-2

Microsoft Azure Get Updates To Resource

read-only idempotent

Capability Spec

maintenancemanagementclient-updates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MaintenanceManagementClient — Updates
  description: 'Microsoft Azure MaintenanceManagementClient — Updates. 2 operations. Lead operation: Microsoft Azure Get Updates
    To Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Updates
  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: maintenancemanagementclient-updates
    baseUri: https://management.azure.com
    description: Microsoft Azure MaintenanceManagementClient — Updates business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-provider
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/updates
      operations:
      - name: microsoftazureupdateslistparent
        method: GET
        description: Microsoft Azure Get Updates To Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Resource group name
          required: true
        - name: providerName
          in: path
          type: string
          description: Resource provider name
          required: true
        - name: resourceParentType
          in: path
          type: string
          description: Resource parent type
          required: true
        - name: resourceParentName
          in: path
          type: string
          description: Resource parent identifier
          required: true
        - name: resourceType
          in: path
          type: string
          description: Resource type
          required: true
        - name: resourceName
          in: path
          type: string
          description: Resource identifier
          required: true
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-provider
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/updates
      operations:
      - name: microsoftazureupdateslist
        method: GET
        description: Microsoft Azure Get Updates To Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Resource group name
          required: true
        - name: providerName
          in: path
          type: string
          description: Resource provider name
          required: true
        - name: resourceType
          in: path
          type: string
          description: Resource type
          required: true
        - name: resourceName
          in: path
          type: string
          description: Resource identifier
          required: true
  exposes:
  - type: rest
    namespace: maintenancemanagementclient-updates-rest
    port: 8080
    description: REST adapter for Microsoft Azure MaintenanceManagementClient — Updates. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourceparenttype}/{resourceparentname}/{resourcetype}/{resourcename}/providers/microsoft-maintenance/updates
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-provider
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-provider.
      operations:
      - method: GET
        name: microsoftazureupdateslistparent
        description: Microsoft Azure Get Updates To Resource
        call: maintenancemanagementclient-updates.microsoftazureupdateslistparent
        with:
          resourceGroupName: rest.resourceGroupName
          providerName: rest.providerName
          resourceParentType: rest.resourceParentType
          resourceParentName: rest.resourceParentName
          resourceType: rest.resourceType
          resourceName: rest.resourceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcetype}/{resourcename}/providers/microsoft-maintenance/updates
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-provider
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-provider.
      operations:
      - method: GET
        name: microsoftazureupdateslist
        description: Microsoft Azure Get Updates To Resource
        call: maintenancemanagementclient-updates.microsoftazureupdateslist
        with:
          resourceGroupName: rest.resourceGroupName
          providerName: rest.providerName
          resourceType: rest.resourceType
          resourceName: rest.resourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: maintenancemanagementclient-updates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MaintenanceManagementClient — Updates. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-updates-resource
      description: Microsoft Azure Get Updates To Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: maintenancemanagementclient-updates.microsoftazureupdateslistparent
      with:
        resourceGroupName: tools.resourceGroupName
        providerName: tools.providerName
        resourceParentType: tools.resourceParentType
        resourceParentName: tools.resourceParentName
        resourceType: tools.resourceType
        resourceName: tools.resourceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-updates-resource-2
      description: Microsoft Azure Get Updates To Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: maintenancemanagementclient-updates.microsoftazureupdateslist
      with:
        resourceGroupName: tools.resourceGroupName
        providerName: tools.providerName
        resourceType: tools.resourceType
        resourceName: tools.resourceName
      outputParameters:
      - type: object
        mapping: $.