Microsoft Azure · Capability

Microsoft Azure Azure Migrate Assessment Service — BusinessCaseOperations

Microsoft Azure Azure Migrate Assessment Service — BusinessCaseOperations. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBusinessCaseOperations

What You Can Do

GET
Microsoftazurebusinesscaseoperationslistbyassessmentproject — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases
GET
Microsoftazurebusinesscaseoperationsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases Businesscasename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases/{businesscasename}
PUT
Microsoftazurebusinesscaseoperationscreate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases Businesscasename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases/{businesscasename}
DELETE
Microsoftazurebusinesscaseoperationsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases Businesscasename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases/{businesscasename}
POST
Microsoftazurebusinesscaseoperationscomparesummary — Microsoft Azure Get Compare Summary Report For Business Case
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases/{businesscasename}/comparesummary
POST
Microsoftazurebusinesscaseoperationsgetreportdownloadurl — Microsoft Azure Get Download Url For The Business Case Report
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases/{businesscasename}/getreportdownloadurl

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases Businesscasename

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases Businesscasename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Businesscases Businesscasename

idempotent
microsoft-azure-get-compare-summary

Microsoft Azure Get Compare Summary Report For Business Case

read-only
microsoft-azure-get-download-url

Microsoft Azure Get Download Url For The Business Case Report

read-only

Capability Spec

azure-migrate-assessment-service-businesscaseoperations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate Assessment Service — BusinessCaseOperations
  description: 'Microsoft Azure Azure Migrate Assessment Service — BusinessCaseOperations. 6 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects
    Projectname Businesscases. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - BusinessCaseOperations
  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-assessment-service-businesscaseoperations
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Migrate Assessment Service — BusinessCaseOperations business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/businessCases
      operations:
      - name: microsoftazurebusinesscaseoperationslistbyassessmentproject
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Migrate Assessmentprojects Projectname Businesscases
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectName
          in: path
          type: string
          description: Assessment Project Name
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/businessCases/{businessCaseName}
      operations:
      - name: microsoftazurebusinesscaseoperationsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Migrate Assessmentprojects Projectname Businesscases Businesscasename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectName
          in: path
          type: string
          description: Assessment Project Name
          required: true
        - name: businessCaseName
          in: path
          type: string
          description: Business case ARM name
          required: true
      - name: microsoftazurebusinesscaseoperationscreate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Migrate Assessmentprojects Projectname Businesscases Businesscasename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectName
          in: path
          type: string
          description: Assessment Project Name
          required: true
        - name: businessCaseName
          in: path
          type: string
          description: Business case ARM name
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazurebusinesscaseoperationsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Migrate Assessmentprojects Projectname Businesscases Businesscasename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectName
          in: path
          type: string
          description: Assessment Project Name
          required: true
        - name: businessCaseName
          in: path
          type: string
          description: Business case ARM name
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/businessCases/{businessCaseName}/compareSummary
      operations:
      - name: microsoftazurebusinesscaseoperationscomparesummary
        method: POST
        description: Microsoft Azure Get Compare Summary Report For Business Case
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectName
          in: path
          type: string
          description: Assessment Project Name
          required: true
        - name: businessCaseName
          in: path
          type: string
          description: Business case ARM name
          required: true
        - name: body
          in: body
          type: object
          description: The content of the action request
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/businessCases/{businessCaseName}/getReportDownloadUrl
      operations:
      - name: microsoftazurebusinesscaseoperationsgetreportdownloadurl
        method: POST
        description: Microsoft Azure Get Download Url For The Business Case Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectName
          in: path
          type: string
          description: Assessment Project Name
          required: true
        - name: businessCaseName
          in: path
          type: string
          description: Business case ARM name
          required: true
        - name: body
          in: body
          type: object
          description: The content of the action request
          required: true
  exposes:
  - type: rest
    namespace: azure-migrate-assessment-service-businesscaseoperations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate Assessment Service — BusinessCaseOperations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebusinesscaseoperationslistbyassessmentproject
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Migrate Assessmentprojects Projectname Businesscases
        call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationslistbyassessmentproject
        with:
          projectName: rest.projectName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases/{businesscasename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebusinesscaseoperationsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Migrate Assessmentprojects Projectname Businesscases Businesscasename
        call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationsget
        with:
          projectName: rest.projectName
          businessCaseName: rest.businessCaseName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurebusinesscaseoperationscreate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Migrate Assessmentprojects Projectname Businesscases Businesscasename
        call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationscreate
        with:
          projectName: rest.projectName
          businessCaseName: rest.businessCaseName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurebusinesscaseoperationsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Migrate Assessmentprojects Projectname Businesscases Businesscasename
        call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationsdelete
        with:
          projectName: rest.projectName
          businessCaseName: rest.businessCaseName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases/{businesscasename}/comparesummary
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurebusinesscaseoperationscomparesummary
        description: Microsoft Azure Get Compare Summary Report For Business Case
        call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationscomparesummary
        with:
          projectName: rest.projectName
          businessCaseName: rest.businessCaseName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/assessmentprojects/{projectname}/businesscases/{businesscasename}/getreportdownloadurl
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurebusinesscaseoperationsgetreportdownloadurl
        description: Microsoft Azure Get Download Url For The Business Case Report
        call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationsgetreportdownloadurl
        with:
          projectName: rest.projectName
          businessCaseName: rest.businessCaseName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-assessment-service-businesscaseoperations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate Assessment Service — BusinessCaseOperations. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate
        Assessmentprojects Projectname Businesscases
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationslistbyassessmentproject
      with:
        projectName: tools.projectName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate
        Assessmentprojects Projectname Businesscases Businesscasename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationsget
      with:
        projectName: tools.projectName
        businessCaseName: tools.businessCaseName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate
        Assessmentprojects Projectname Businesscases Businesscasename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationscreate
      with:
        projectName: tools.projectName
        businessCaseName: tools.businessCaseName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Migrate Assessmentprojects Projectname Businesscases Businesscasename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationsdelete
      with:
        projectName: tools.projectName
        businessCaseName: tools.businessCaseName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-compare-summary
      description: Microsoft Azure Get Compare Summary Report For Business Case
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationscomparesummary
      with:
        projectName: tools.projectName
        businessCaseName: tools.businessCaseName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-download-url
      description: Microsoft Azure Get Download Url For The Business Case Report
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-migrate-assessment-service-businesscaseoperations.microsoftazurebusinesscaseoperationsgetreportdownloadurl
      with:
        projectName: tools.projectName
        businessCaseName: tools.businessCaseName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.