Azure Migrate · Capability

Azure Migrate REST API — Projects

Azure Migrate REST API — Projects. 6 operations. Lead operation: Azure Migrate REST API List by subscription. Self-contained Naftiko capability covering one Microsoft Azure Migrate business surface.

Run with Naftiko Microsoft Azure MigrateProjects

What You Can Do

GET
Listmigrateprojectsbysubscription — Azure Migrate REST API List by subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-migrate/migrateprojects
GET
Listmigrateprojectsbyresourcegroup — Azure Migrate REST API List by resource group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects
GET
Getmigrateprojects — Azure Migrate REST API Get resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{name}
PUT
Createorupdatemigrateprojects — Azure Migrate REST API Create or update resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{name}
PATCH
Updatemigrateprojects — Azure Migrate REST API Update resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{name}
DELETE
Deletemigrateprojects — Azure Migrate REST API Delete resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{name}

MCP Tools

azure-migrate-rest-api-list

Azure Migrate REST API List by subscription

read-only idempotent
azure-migrate-rest-api-list-2

Azure Migrate REST API List by resource group

read-only idempotent
azure-migrate-rest-api-get

Azure Migrate REST API Get resource

read-only idempotent
azure-migrate-rest-api-create

Azure Migrate REST API Create or update resource

idempotent
azure-migrate-rest-api-update

Azure Migrate REST API Update resource

idempotent
azure-migrate-rest-api-delete

Azure Migrate REST API Delete resource

idempotent

Capability Spec

microsoft-azure-migrate-projects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Migrate REST API — Projects
  description: 'Azure Migrate REST API — Projects. 6 operations. Lead operation: Azure Migrate REST API List by subscription.
    Self-contained Naftiko capability covering one Microsoft Azure Migrate business surface.'
  tags:
  - Microsoft Azure Migrate
  - Projects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_MIGRATE_API_KEY: MICROSOFT_AZURE_MIGRATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-migrate-projects
    baseUri: https://management.azure.com
    description: Azure Migrate REST API — Projects business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Migrate-migrateProjects
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/migrateProjects
      operations:
      - name: listmigrateprojectsbysubscription
        method: GET
        description: Azure Migrate REST API List by subscription
        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: listmigrateprojectsbyresourcegroup
        method: GET
        description: Azure Migrate REST API List by resource group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{name}
      operations:
      - name: getmigrateprojects
        method: GET
        description: Azure Migrate REST API Get resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorupdatemigrateprojects
        method: PUT
        description: Azure Migrate REST API Create or update resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatemigrateprojects
        method: PATCH
        description: Azure Migrate REST API Update resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletemigrateprojects
        method: DELETE
        description: Azure Migrate REST API Delete resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_MIGRATE_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-migrate-projects-rest
    port: 8080
    description: REST adapter for Azure Migrate REST API — Projects. 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: listmigrateprojectsbysubscription
        description: Azure Migrate REST API List by subscription
        call: microsoft-azure-migrate-projects.listmigrateprojectsbysubscription
        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: listmigrateprojectsbyresourcegroup
        description: Azure Migrate REST API List by resource group
        call: microsoft-azure-migrate-projects.listmigrateprojectsbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: getmigrateprojects
        description: Azure Migrate REST API Get resource
        call: microsoft-azure-migrate-projects.getmigrateprojects
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: createorupdatemigrateprojects
        description: Azure Migrate REST API Create or update resource
        call: microsoft-azure-migrate-projects.createorupdatemigrateprojects
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatemigrateprojects
        description: Azure Migrate REST API Update resource
        call: microsoft-azure-migrate-projects.updatemigrateprojects
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletemigrateprojects
        description: Azure Migrate REST API Delete resource
        call: microsoft-azure-migrate-projects.deletemigrateprojects
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-migrate-projects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Migrate REST API — Projects. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: azure-migrate-rest-api-list
      description: Azure Migrate REST API List by subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-migrate-projects.listmigrateprojectsbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-migrate-rest-api-list-2
      description: Azure Migrate REST API List by resource group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-migrate-projects.listmigrateprojectsbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-migrate-rest-api-get
      description: Azure Migrate REST API Get resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-migrate-projects.getmigrateprojects
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-migrate-rest-api-create
      description: Azure Migrate REST API Create or update resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-azure-migrate-projects.createorupdatemigrateprojects
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-migrate-rest-api-update
      description: Azure Migrate REST API Update resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-azure-migrate-projects.updatemigrateprojects
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-migrate-rest-api-delete
      description: Azure Migrate REST API Delete resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-azure-migrate-projects.deletemigrateprojects
      outputParameters:
      - type: object
        mapping: $.