Microsoft Azure · Capability

Microsoft Azure Azure Migrate Engine APIs — DeployedResource

Microsoft Azure Azure Migrate Engine APIs — DeployedResource. 2 operations. Lead operation: Microsoft Azure Lists The Deployed Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDeployedResource

What You Can Do

GET
Microsoftazuredeployedresourcelist — Microsoft Azure Lists The Deployed Resources
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/deployedresources
GET
Microsoftazuredeployedresourceget — Microsoft Azure Gets The Deployed Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/deployedresources/{deployedresourcename}

MCP Tools

microsoft-azure-lists-deployed-resources

Microsoft Azure Lists The Deployed Resources

read-only idempotent
microsoft-azure-gets-deployed-resource

Microsoft Azure Gets The Deployed Resource

read-only idempotent

Capability Spec

azure-migrate-engine-apis-deployedresource.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate Engine APIs — DeployedResource
  description: 'Microsoft Azure Azure Migrate Engine APIs — DeployedResource. 2 operations. Lead operation: Microsoft Azure
    Lists The Deployed Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DeployedResource
  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-deployedresource
    baseUri: ''
    description: Microsoft Azure Azure Migrate Engine APIs — DeployedResource 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}/deployedResources
      operations:
      - name: microsoftazuredeployedresourcelist
        method: GET
        description: Microsoft Azure Lists The Deployed Resources
        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}/deployedResources/{deployedResourceName}
      operations:
      - name: microsoftazuredeployedresourceget
        method: GET
        description: Microsoft Azure Gets The Deployed Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modernizeProjectName
          in: path
          type: string
          description: ModernizeProject name.
          required: true
        - name: deployedResourceName
          in: path
          type: string
          description: Workload deployment name.
          required: true
  exposes:
  - type: rest
    namespace: azure-migrate-engine-apis-deployedresource-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate Engine APIs — DeployedResource. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/deployedresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredeployedresourcelist
        description: Microsoft Azure Lists The Deployed Resources
        call: azure-migrate-engine-apis-deployedresource.microsoftazuredeployedresourcelist
        with:
          modernizeProjectName: rest.modernizeProjectName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/modernizeprojects/{modernizeprojectname}/deployedresources/{deployedresourcename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredeployedresourceget
        description: Microsoft Azure Gets The Deployed Resource
        call: azure-migrate-engine-apis-deployedresource.microsoftazuredeployedresourceget
        with:
          modernizeProjectName: rest.modernizeProjectName
          deployedResourceName: rest.deployedResourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-engine-apis-deployedresource-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate Engine APIs — DeployedResource. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-deployed-resources
      description: Microsoft Azure Lists The Deployed Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-deployedresource.microsoftazuredeployedresourcelist
      with:
        modernizeProjectName: tools.modernizeProjectName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-deployed-resource
      description: Microsoft Azure Gets The Deployed Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-engine-apis-deployedresource.microsoftazuredeployedresourceget
      with:
        modernizeProjectName: tools.modernizeProjectName
        deployedResourceName: tools.deployedResourceName
      outputParameters:
      - type: object
        mapping: $.