Microsoft Azure · Capability

Microsoft Azure Azure Migrate V2 — Subscriptions

Microsoft Azure Azure Migrate V2 — Subscriptions. 2 operations. Lead operation: Microsoft Azure Get All Migrate Projects. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubscriptions

What You Can Do

GET
Microsoftazureprojectslistbysubscription — Microsoft Azure Get All Migrate Projects
/v1/subscriptions/{subscriptionid}/providers/microsoft-migrate/migrateprojects
GET
Microsoftazureprojectslist — Microsoft Azure Get All Migrate Projects
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects

MCP Tools

microsoft-azure-get-all-migrate

Microsoft Azure Get All Migrate Projects

read-only idempotent
microsoft-azure-get-all-migrate-2

Microsoft Azure Get All Migrate Projects

read-only idempotent

Capability Spec

azure-migrate-v2-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate V2 — Subscriptions
  description: 'Microsoft Azure Azure Migrate V2 — Subscriptions. 2 operations. Lead operation: Microsoft Azure Get All Migrate
    Projects. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Subscriptions
  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: azure-migrate-v2-subscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Migrate V2 — Subscriptions business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Migrate-migrateProjects
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/migrateProjects
      operations:
      - name: microsoftazureprojectslistbysubscription
        method: GET
        description: Microsoft Azure Get All Migrate Projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects
      operations:
      - name: microsoftazureprojectslist
        method: GET
        description: Microsoft Azure Get All Migrate Projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-migrate-v2-subscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate V2 — Subscriptions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-migrate/migrateprojects
      name: subscriptions-subscriptionid-providers-microsoft-migrate-migrateprojects
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Migrate-migrateProjects.
      operations:
      - method: GET
        name: microsoftazureprojectslistbysubscription
        description: Microsoft Azure Get All Migrate Projects
        call: azure-migrate-v2-subscriptions.microsoftazureprojectslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprojectslist
        description: Microsoft Azure Get All Migrate Projects
        call: azure-migrate-v2-subscriptions.microsoftazureprojectslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-v2-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate V2 — Subscriptions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-all-migrate
      description: Microsoft Azure Get All Migrate Projects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-v2-subscriptions.microsoftazureprojectslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-all-migrate-2
      description: Microsoft Azure Get All Migrate Projects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-v2-subscriptions.microsoftazureprojectslist
      outputParameters:
      - type: object
        mapping: $.