Microsoft Azure · Capability

Microsoft Azure Azure Migrate Engine APIs — MigrateAgent

Microsoft Azure Azure Migrate Engine APIs — MigrateAgent. 6 operations. Lead operation: Microsoft Azure Lists The Migrateagents. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMigrateAgent

What You Can Do

GET
Microsoftazuremigrateagentlist — Microsoft Azure Lists The Migrateagents
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents
GET
Microsoftazuremigrateagentget — Microsoft Azure Gets The Migrateagent
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents/{agentname}
PUT
Microsoftazuremigrateagentcreate — Microsoft Azure Puts The Migrateagent
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents/{agentname}
DELETE
Microsoftazuremigrateagentdelete — Microsoft Azure Deletes The Migrateagent
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents/{agentname}
GET
Microsoftazuremigrateagentoperationstatusget — Microsoft Azure Gets The Migrateagent Operation Status
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents/{agentname}/operations/{operationid}
POST
Microsoftazuremigrateagentrefresh — Microsoft Azure Refreshes The Migrateagent
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents/{agentname}/refresh

MCP Tools

microsoft-azure-lists-migrateagents

Microsoft Azure Lists The Migrateagents

read-only idempotent
microsoft-azure-gets-migrateagent

Microsoft Azure Gets The Migrateagent

read-only idempotent
microsoft-azure-puts-migrateagent

Microsoft Azure Puts The Migrateagent

idempotent
microsoft-azure-deletes-migrateagent

Microsoft Azure Deletes The Migrateagent

idempotent
microsoft-azure-gets-migrateagent-operation

Microsoft Azure Gets The Migrateagent Operation Status

read-only idempotent
microsoft-azure-refreshes-migrateagent

Microsoft Azure Refreshes The Migrateagent

Capability Spec

azure-migrate-engine-apis-migrateagent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate Engine APIs — MigrateAgent
  description: 'Microsoft Azure Azure Migrate Engine APIs — MigrateAgent. 6 operations. Lead operation: Microsoft Azure Lists
    The Migrateagents. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - MigrateAgent
  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-engine-apis-migrateagent
    baseUri: ''
    description: Microsoft Azure Azure Migrate Engine APIs — MigrateAgent business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/migrateAgents
      operations:
      - name: microsoftazuremigrateagentlist
        method: GET
        description: Microsoft Azure Lists The Migrateagents
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/migrateAgents/{agentName}
      operations:
      - name: microsoftazuremigrateagentget
        method: GET
        description: Microsoft Azure Gets The Migrateagent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
        - name: agentName
          in: path
          type: string
          description: MigrateAgent name.
          required: true
      - name: microsoftazuremigrateagentcreate
        method: PUT
        description: Microsoft Azure Puts The Migrateagent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
        - name: agentName
          in: path
          type: string
          description: MigrateAgent name.
          required: true
        - name: body
          in: body
          type: string
          description: MigrateAgent model.
      - name: microsoftazuremigrateagentdelete
        method: DELETE
        description: Microsoft Azure Deletes The Migrateagent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject Name.
          required: true
        - name: agentName
          in: path
          type: string
          description: MigrateAgent Name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/migrateAgents/{agentName}/operations/{operationId}
      operations:
      - name: microsoftazuremigrateagentoperationstatusget
        method: GET
        description: Microsoft Azure Gets The Migrateagent Operation Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
        - name: agentName
          in: path
          type: string
          description: MigrateAgent name.
          required: true
        - name: operationId
          in: path
          type: string
          description: Operation Id.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/migrateAgents/{agentName}/refresh
      operations:
      - name: microsoftazuremigrateagentrefresh
        method: POST
        description: Microsoft Azure Refreshes The Migrateagent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
        - name: agentName
          in: path
          type: string
          description: MigrateAgent name.
          required: true
  exposes:
  - type: rest
    namespace: azure-migrate-engine-apis-migrateagent-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate Engine APIs — MigrateAgent. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremigrateagentlist
        description: Microsoft Azure Lists The Migrateagents
        call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentlist
        with:
          modernizeProjectName: rest.modernizeProjectName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents/{agentname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremigrateagentget
        description: Microsoft Azure Gets The Migrateagent
        call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentget
        with:
          modernizeProjectName: rest.modernizeProjectName
          agentName: rest.agentName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuremigrateagentcreate
        description: Microsoft Azure Puts The Migrateagent
        call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentcreate
        with:
          modernizeProjectName: rest.modernizeProjectName
          agentName: rest.agentName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremigrateagentdelete
        description: Microsoft Azure Deletes The Migrateagent
        call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentdelete
        with:
          modernizeProjectName: rest.modernizeProjectName
          agentName: rest.agentName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents/{agentname}/operations/{operationid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremigrateagentoperationstatusget
        description: Microsoft Azure Gets The Migrateagent Operation Status
        call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentoperationstatusget
        with:
          modernizeProjectName: rest.modernizeProjectName
          agentName: rest.agentName
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/migrateagents/{agentname}/refresh
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuremigrateagentrefresh
        description: Microsoft Azure Refreshes The Migrateagent
        call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentrefresh
        with:
          modernizeProjectName: rest.modernizeProjectName
          agentName: rest.agentName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-engine-apis-migrateagent-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate Engine APIs — MigrateAgent. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-migrateagents
      description: Microsoft Azure Lists The Migrateagents
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentlist
      with:
        modernizeProjectName: tools.modernizeProjectName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-migrateagent
      description: Microsoft Azure Gets The Migrateagent
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentget
      with:
        modernizeProjectName: tools.modernizeProjectName
        agentName: tools.agentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-puts-migrateagent
      description: Microsoft Azure Puts The Migrateagent
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentcreate
      with:
        modernizeProjectName: tools.modernizeProjectName
        agentName: tools.agentName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-migrateagent
      description: Microsoft Azure Deletes The Migrateagent
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentdelete
      with:
        modernizeProjectName: tools.modernizeProjectName
        agentName: tools.agentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-migrateagent-operation
      description: Microsoft Azure Gets The Migrateagent Operation Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentoperationstatusget
      with:
        modernizeProjectName: tools.modernizeProjectName
        agentName: tools.agentName
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-refreshes-migrateagent
      description: Microsoft Azure Refreshes The Migrateagent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-migrate-engine-apis-migrateagent.microsoftazuremigrateagentrefresh
      with:
        modernizeProjectName: tools.modernizeProjectName
        agentName: tools.agentName
      outputParameters:
      - type: object
        mapping: $.