Microsoft Azure · Capability

Microsoft Azure Azure Migrate Engine APIs — Workflow

Microsoft Azure Azure Migrate Engine APIs — Workflow. 3 operations. Lead operation: Microsoft Azure Lists The Workflows. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureWorkflow

What You Can Do

GET
Microsoftazureworkflowlist — Microsoft Azure Lists The Workflows
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/jobs
GET
Microsoftazureworkflowget — Microsoft Azure Gets The Workflow
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/jobs/{workflowname}
GET
Microsoftazureworkflowoperationstatusget — Microsoft Azure Gets The Workflow Operation Status
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/jobs/{workflowname}/operations/{operationid}

MCP Tools

microsoft-azure-lists-workflows

Microsoft Azure Lists The Workflows

read-only idempotent
microsoft-azure-gets-workflow

Microsoft Azure Gets The Workflow

read-only idempotent
microsoft-azure-gets-workflow-operation

Microsoft Azure Gets The Workflow Operation Status

read-only idempotent

Capability Spec

azure-migrate-engine-apis-workflow.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate Engine APIs — Workflow
  description: 'Microsoft Azure Azure Migrate Engine APIs — Workflow. 3 operations. Lead operation: Microsoft Azure Lists
    The Workflows. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Workflow
  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-workflow
    baseUri: ''
    description: Microsoft Azure Azure Migrate Engine APIs — Workflow 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}/jobs
      operations:
      - name: microsoftazureworkflowlist
        method: GET
        description: Microsoft Azure Lists The Workflows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
        - name: $filter
          in: query
          type: string
          description: Filter string.
        - name: continuationToken
          in: query
          type: string
          description: Continuation token.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/jobs/{workflowName}
      operations:
      - name: microsoftazureworkflowget
        method: GET
        description: Microsoft Azure Gets The Workflow
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
        - name: workflowName
          in: path
          type: string
          description: Workflow name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/jobs/{workflowName}/operations/{operationId}
      operations:
      - name: microsoftazureworkflowoperationstatusget
        method: GET
        description: Microsoft Azure Gets The Workflow Operation Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
        - name: workflowName
          in: path
          type: string
          description: Workflow name.
          required: true
        - name: operationId
          in: path
          type: string
          description: Operation Id.
          required: true
  exposes:
  - type: rest
    namespace: azure-migrate-engine-apis-workflow-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate Engine APIs — Workflow. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/jobs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureworkflowlist
        description: Microsoft Azure Lists The Workflows
        call: azure-migrate-engine-apis-workflow.microsoftazureworkflowlist
        with:
          modernizeProjectName: rest.modernizeProjectName
          $filter: rest.$filter
          continuationToken: rest.continuationToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/jobs/{workflowname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureworkflowget
        description: Microsoft Azure Gets The Workflow
        call: azure-migrate-engine-apis-workflow.microsoftazureworkflowget
        with:
          modernizeProjectName: rest.modernizeProjectName
          workflowName: rest.workflowName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/jobs/{workflowname}/operations/{operationid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureworkflowoperationstatusget
        description: Microsoft Azure Gets The Workflow Operation Status
        call: azure-migrate-engine-apis-workflow.microsoftazureworkflowoperationstatusget
        with:
          modernizeProjectName: rest.modernizeProjectName
          workflowName: rest.workflowName
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-engine-apis-workflow-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate Engine APIs — Workflow. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-workflows
      description: Microsoft Azure Lists The Workflows
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-workflow.microsoftazureworkflowlist
      with:
        modernizeProjectName: tools.modernizeProjectName
        $filter: tools.$filter
        continuationToken: tools.continuationToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-workflow
      description: Microsoft Azure Gets The Workflow
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-workflow.microsoftazureworkflowget
      with:
        modernizeProjectName: tools.modernizeProjectName
        workflowName: tools.workflowName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-workflow-operation
      description: Microsoft Azure Gets The Workflow Operation Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-workflow.microsoftazureworkflowoperationstatusget
      with:
        modernizeProjectName: tools.modernizeProjectName
        workflowName: tools.workflowName
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.