Microsoft Azure · Capability

Microsoft Azure Azure Migrate V2 — WebSitesController

Microsoft Azure Azure Migrate V2 — WebSitesController. 2 operations. Lead operation: Microsoft Azure Gets A List Of Websites In The Migrate Project. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureWebSitesController

What You Can Do

GET
Microsoftazurewebsitescontrollerlistwebsites — Microsoft Azure Gets A List Of Websites In The Migrate Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/websites
GET
Microsoftazurewebsitescontrollergetwebsite — Microsoft Azure Gets A Website In The Migrate Project
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/websites/{websitename}

MCP Tools

microsoft-azure-gets-list-websites

Microsoft Azure Gets A List Of Websites In The Migrate Project

read-only idempotent
microsoft-azure-gets-website-migrate

Microsoft Azure Gets A Website In The Migrate Project

read-only idempotent

Capability Spec

azure-migrate-v2-websitescontroller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Migrate V2 — WebSitesController
  description: 'Microsoft Azure Azure Migrate V2 — WebSitesController. 2 operations. Lead operation: Microsoft Azure Gets
    A List Of Websites In The Migrate Project. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - WebSitesController
  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-v2-websitescontroller
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Migrate V2 — WebSitesController business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/webSites
      operations:
      - name: microsoftazurewebsitescontrollerlistwebsites
        method: GET
        description: Microsoft Azure Gets A List Of Websites In The Migrate Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/webSites/{webSiteName}
      operations:
      - name: microsoftazurewebsitescontrollergetwebsite
        method: GET
        description: Microsoft Azure Gets A Website In The Migrate Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-migrate-v2-websitescontroller-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Migrate V2 — WebSitesController. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/websites
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurewebsitescontrollerlistwebsites
        description: Microsoft Azure Gets A List Of Websites In The Migrate Project
        call: azure-migrate-v2-websitescontroller.microsoftazurewebsitescontrollerlistwebsites
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-migrate/migrateprojects/{migrateprojectname}/websites/{websitename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurewebsitescontrollergetwebsite
        description: Microsoft Azure Gets A Website In The Migrate Project
        call: azure-migrate-v2-websitescontroller.microsoftazurewebsitescontrollergetwebsite
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-migrate-v2-websitescontroller-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Migrate V2 — WebSitesController. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-websites
      description: Microsoft Azure Gets A List Of Websites In The Migrate Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-v2-websitescontroller.microsoftazurewebsitescontrollerlistwebsites
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-website-migrate
      description: Microsoft Azure Gets A Website In The Migrate Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-migrate-v2-websitescontroller.microsoftazurewebsitescontrollergetwebsite
      outputParameters:
      - type: object
        mapping: $.